projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afdeb0d
)
mode and whitespace for /etc/ssh/userkeys/root
author
Stephen Gran
<steve@lobefin.net>
Sun, 2 Aug 2009 13:21:07 +0000
(14:21 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 2 Aug 2009 13:21:07 +0000
(14:21 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ssh/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ssh/manifests/init.pp
b/modules/ssh/manifests/init.pp
index
e560961
..
00ea2f9
100644
(file)
--- 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":