From: Stephen Gran Date: Sat, 15 Aug 2009 10:30:35 +0000 (+0100) Subject: what can possibly go wrong X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7388c26f3a343a81c8fad540e0355190aa170b86;hp=e3f16f64a9811e2daf374370f0a47c449746854b;p=mirror%2Fdsa-puppet.git what can possibly go wrong Signed-off-by: Stephen Gran --- diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp index 00ea2f93c..b11a212e9 100644 --- a/modules/ssh/manifests/init.pp +++ b/modules/ssh/manifests/init.pp @@ -13,11 +13,11 @@ class ssh { require => Package["openssh-server"], notify => Exec["ssh restart"] ; -# "/etc/ssh/userkeys/root": -# content => template("ssh/authorized_keys.erb" ], -# mode => 444, -# require => Package["openssh-server"] -# ; + "/etc/ssh/userkeys/root": + content => template("ssh/authorized_keys.erb" ], + mode => 444, + require => Package["openssh-server"] + ; } exec { "ssh restart":