From 2f39941e77e4bcf2cdc58db2444158ab2b0e9c37 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 2 Aug 2009 14:21:07 +0100 Subject: [PATCH] mode and whitespace for /etc/ssh/userkeys/root Signed-off-by: Stephen Gran --- modules/ssh/manifests/init.pp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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": -- 2.20.1