aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/openssh/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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],