[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r72: add key for mats

Mats Wichmann mats at linuxfoundation.org
Fri Jan 27 18:48:44 UTC 2012


------------------------------------------------------------
revno: 72
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-01-27 11:48:44 -0700
message:
  add key for mats
modified:
  modules/user/manifests/mats.pp
-------------- next part --------------
=== modified file 'modules/user/manifests/mats.pp'
--- a/modules/user/manifests/mats.pp	2012-01-27 16:58:15 +0000
+++ b/modules/user/manifests/mats.pp	2012-01-27 18:48:44 +0000
@@ -12,13 +12,8 @@
     ssh_authorized_key { 'mats at linuxfoundation.org':
         ensure  => present,
         user    => 'mats',
-        # Pick the correct type (first word in the public key file).
         type    => 'ssh-rsa',
-        #type    => 'ssh-dss',
-        # Paste key between the quotes (the gobbledygook w/o the type or id)
-        key     => '',
-        # Delete the following line once the ssh key has been added.
-        noop    => true,
+        key     => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDCLtvB4thaICbb/smVwnDeCOrcVjyWmU7mqzQrUvk+vhhWa/eQknVnQIu035PoK5/luaVJZypv2s4rN31ckhi1QPhej9paM83ANYdzwvzJ7IAZomztRhnbqGlsVLSbl0nnym4FV1iv/pIbp0UcbDyY+0dQ3pe5Noo1+oMAoxv/bDRk4YwTeEBv1H7Us+7aDXgerWTOLS07ck3OC5Acg9nQ0SUwDh/YmW0IkZMLjlH1INIEoYaNoXUI7ujdlNdk6ojUH8R1KiP2kaJeIN1j6Jd1RK5zJ40rdvq/NUDPuht42eGV8oE/Nf9wVL+AFJJexGWaFgjlHt2mBe6ENbkr6dsj',
     }
 
 }



More information about the lsb-messages mailing list