]> gitweb.fluxo.info Git - puppet-user.git/commitdiff
Comment cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Mar 2016 14:30:23 +0000 (11:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 Mar 2016 14:30:23 +0000 (11:30 -0300)
manifests/manage.pp

index 05d9b9b9138d1bddf7a728ae97e486eb8a6670ce..6d24521ca198b60f686d481a9b036f2a2cafacf9 100644 (file)
@@ -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,