summaryrefslogtreecommitdiff
path: root/manifests/manage.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/manage.pp')
-rw-r--r--manifests/manage.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/manage.pp b/manifests/manage.pp
index 05d9b9b..6d24521 100644
--- a/manifests/manage.pp
+++ b/manifests/manage.pp
@@ -122,7 +122,6 @@ define user::manage(
$real_gid = false
}
- # see http://www.mail-archive.com/puppet-users@googlegroups.com/msg00795.html
user { "$title":
ensure => $ensure,
allowdupe => false,
@@ -137,11 +136,6 @@ define user::manage(
gid => $real_gid ? { false => undef, default => $real_gid },
}
- # lots of bugs preventing a good implementation for ssh keys
- # http://projects.reductivelabs.com/issues/1409
- # http://projects.reductivelabs.com/issues/2004
- # http://projects.reductivelabs.com/issues/2020
- # http://groups.google.com/group/puppet-users/browse_thread/thread/131bc7cdc507e3c8/6b61dbcd0b6a68b5?lnk=raot
if $sshkey != 'absent' {
ssh_authorized_key { "$title":
ensure => $ensure,