From: Stephen Gran Date: Sat, 15 Aug 2009 19:24:22 +0000 (+0100) Subject: syntax error X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=31820d59283dd40559b1b9ca621d2c8215f0415c;p=mirror%2Fdsa-puppet.git syntax error Signed-off-by: Stephen Gran --- diff --git a/modules/ssh/manifests/init.pp b/modules/ssh/manifests/init.pp index b11a212e9..59fe97bd4 100644 --- a/modules/ssh/manifests/init.pp +++ b/modules/ssh/manifests/init.pp @@ -14,7 +14,7 @@ class ssh { notify => Exec["ssh restart"] ; "/etc/ssh/userkeys/root": - content => template("ssh/authorized_keys.erb" ], + content => template("ssh/authorized_keys.erb"), mode => 444, require => Package["openssh-server"] ;