summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2014-01-26 11:33:41 +0100
committerTomas Barton <barton.tomas@gmail.com>2014-01-26 18:26:34 +0100
commit5ce0dcda9776ada2b556f7e1de31702a32a9b318 (patch)
tree446fffb0137b8251a1f143f0c1206d39e14a46b4 /manifests
parent550e78a4e673e89e5632c5b346952c47debbe36b (diff)
client spec
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client/base.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp
index 6687d65..4925c2d 100644
--- a/manifests/client/base.pp
+++ b/manifests/client/base.pp
@@ -1,9 +1,10 @@
class sshd::client::base {
# this is needed because the gid might have changed
file { '/etc/ssh/ssh_known_hosts':
- mode => '0644',
- owner => root,
- group => 0;
+ ensure => present,
+ mode => '0644',
+ owner => root,
+ group => 0;
}
# Now collect all server keys