From e989b2e5f33b1e752a8a0955a3904f5e912b4743 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 23:22:37 +0000 Subject: fix another error --- modules/openssh/manifests/init.pp | 4 ++-- 1 file 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'], } - } + } } -- cgit v1.2.1