summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-31 11:30:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-31 11:30:23 -0300
commit9b3970ff5ca231aa5a1627b40d495b0cd4850310 (patch)
tree1f65b740012224c5362e4a4fd02a1b9511651a60
parent56f3e30e7bfcae4fd597bb59b649027a5a117d86 (diff)
downloadpuppet-user-9b3970ff5ca231aa5a1627b40d495b0cd4850310.tar.gz
puppet-user-9b3970ff5ca231aa5a1627b40d495b0cd4850310.tar.bz2
Comment cleanup
-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,