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