diff options
Diffstat (limited to 'manifests/cron')
-rw-r--r-- | manifests/cron/linux.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/linux.pp b/manifests/cron/linux.pp index 1447109..fac7d4e 100644 --- a/manifests/cron/linux.pp +++ b/manifests/cron/linux.pp @@ -7,6 +7,6 @@ class puppet::cron::linux inherits puppet::linux { File['/etc/cron.d/puppetd.cron']{ source => undef, content => "# run puppet -0,30 * * * * root puppetd --onetime --no-daemonize --splay true --config=$puppet_config", +0,30 * * * * root puppetd --onetime --no-daemonize --splay true --config=$puppet_config\n", } } |