[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r513: Correct errors in the SSH key definition for Russ.

Jeff Licquia licquia at linuxfoundation.org
Fri Sep 20 13:54:20 UTC 2013


------------------------------------------------------------
revno: 513
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2013-09-20 09:54:20 -0400
message:
  Correct errors in the SSH key definition for Russ.
modified:
  modules/user/manifests/herrold.pp
-------------- next part --------------
=== modified file 'modules/user/manifests/herrold.pp'
--- a/modules/user/manifests/herrold.pp	2013-08-01 17:17:49 +0000
+++ b/modules/user/manifests/herrold.pp	2013-09-20 13:54:20 +0000
@@ -10,10 +10,10 @@
     }
 
     # No SSH key yet! -- delete this line once we get a successful commit at the master
-    ssh_authorized_key { 'herrold at owlriver.com':
+    ssh_authorized_key { 'herrold+lf-2013-rsa at owlriver.com':
         ensure  => present,
         type    => 'ssh-rsa',
-        key     => 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA7q203HceYQBUBzJSpp6IP0aIfH8PLLbqYdRM38u5X/W0P+r2gYIq7hr2R4+wYvCZvySXoA3dukrI/V/bTsF5W++h2LTtFNZvSTZYbv/ZDFfe9QlOEamY+kKZkgvOByZiOJhv4jnxIY1IUmSQHdy0CWjA82VMncaTm3vOkg+565SIhFAgxLxu/UhH7IK66IEreefAx5qFVF4O6jU3kKKzUZaimqXwIJuZvce52l8qc6zZyLobuEqTPv5mwLSH8LbZKlf/N5jWJJ1Ou1p8tZB4BZbeJv8FP4cHVMyHf9EJUkKKdeQiI2N8X8c4zy+Kqc/+kXf5I1UcwyOsLAFOTlfQsw== herrold+lf-2013-rsa at owlriver.com',
+        key     => 'AAAAB3NzaC1yc2EAAAABIwAAAQEA7q203HceYQBUBzJSpp6IP0aIfH8PLLbqYdRM38u5X/W0P+r2gYIq7hr2R4+wYvCZvySXoA3dukrI/V/bTsF5W++h2LTtFNZvSTZYbv/ZDFfe9QlOEamY+kKZkgvOByZiOJhv4jnxIY1IUmSQHdy0CWjA82VMncaTm3vOkg+565SIhFAgxLxu/UhH7IK66IEreefAx5qFVF4O6jU3kKKzUZaimqXwIJuZvce52l8qc6zZyLobuEqTPv5mwLSH8LbZKlf/N5jWJJ1Ou1p8tZB4BZbeJv8FP4cHVMyHf9EJUkKKdeQiI2N8X8c4zy+Kqc/+kXf5I1UcwyOsLAFOTlfQsw==',
         user    => 'herrold',
     }
 



More information about the lsb-messages mailing list