diff options
author | mh <mh@immerda.ch> | 2008-12-27 16:46:47 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-12-27 16:46:47 +0000 |
commit | 955e5a61cafba272c0d61dd19c9da29a340655f9 (patch) | |
tree | fbddb61cda0882cd2bc377f70c0c2c17a8d84b13 | |
parent | f4cb6c350f169bc98a9c12473d00a6fa7586933a (diff) |
cron should have a new line at the end
-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", } } |