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:
e3f16f6
)
what can possibly go wrong
author
Stephen Gran
<steve@lobefin.net>
Sat, 15 Aug 2009 10:30:35 +0000
(11:30 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 15 Aug 2009 10:30:35 +0000
(11:30 +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
00ea2f9
..
b11a212
100644
(file)
--- 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":