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:
7388c26
)
syntax error
author
Stephen Gran
<steve@lobefin.net>
Sat, 15 Aug 2009 19:24:22 +0000
(20:24 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 15 Aug 2009 19:24:22 +0000
(20:24 +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
b11a212
..
59fe97b
100644
(file)
--- 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"]
;