diff options
Diffstat (limited to 'manifests/subsystem/ssh/known_hosts.pp')
-rw-r--r-- | manifests/subsystem/ssh/known_hosts.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/ssh/known_hosts.pp b/manifests/subsystem/ssh/known_hosts.pp index d49dc7d..0d81254 100644 --- a/manifests/subsystem/ssh/known_hosts.pp +++ b/manifests/subsystem/ssh/known_hosts.pp @@ -14,7 +14,7 @@ define nodo::subsystem::ssh::known_host( ensure => present, owner => $owner, group => $group, - mode => 0600, + mode => '0600', require => File["${home}/.ssh"], } |