From fca8274b28bb93b02997d46121c5d059a1bbc14d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 24 May 2011 13:13:08 +0000 Subject: fix syntax --- modules/openssh/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openssh') diff --git a/modules/openssh/manifests/init.pp b/modules/openssh/manifests/init.pp index 8d18baff..18f921b1 100644 --- a/modules/openssh/manifests/init.pp +++ b/modules/openssh/manifests/init.pp @@ -69,7 +69,7 @@ class openssh { cron { 'sshkey2file': command => $sshkey2file, hour => "*", - minute => */10, + minute => "*/10", user => root, environment => "MAILTO=root", require => File[$sshkey2file], -- cgit v1.2.1