diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openssh/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp index 52a408d5..8acd6715 100644 --- a/modules/openssh/manifests/init.pp +++ b/modules/openssh/manifests/init.pp @@ -69,12 +69,12 @@ class openssh { } cron { 'sshkey2file': - command => "/usr/local/bin/ldap-sshkey2file.py" + command => "/usr/local/bin/ldap-sshkey2file.py", hour => "*", minute => "*/10", user => root, environment => "MAILTO=root", require => Local_script['ldap-sshkey2file.py'], } - } + } } |