From: Stephen Gran Date: Sun, 2 Aug 2009 13:21:07 +0000 (+0100) Subject: mode and whitespace for /etc/ssh/userkeys/root X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=inline;h=2f39941e77e4bcf2cdc58db2444158ab2b0e9c37;p=mirror%2Fdsa-puppet.git mode and whitespace for /etc/ssh/userkeys/root Signed-off-by: Stephen Gran --- diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp index e560961c0..00ea2f93c 100644 --- a/modules/ssh/manifests/init.pp +++ b/modules/ssh/manifests/init.pp @@ -13,10 +13,11 @@ class ssh { require => Package["openssh-server"], notify => Exec["ssh restart"] ; -# "/etc/ssh/userkeys/root": -# content => template("ssh/authorized_keys.erb" ], -# require => Package["openssh-server"] -# ; +# "/etc/ssh/userkeys/root": +# content => template("ssh/authorized_keys.erb" ], +# mode => 444, +# require => Package["openssh-server"] +# ; } exec { "ssh restart":