summaryrefslogtreecommitdiff
path: root/manifests/cron/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-27 16:46:47 +0000
committermh <mh@immerda.ch>2008-12-27 16:46:47 +0000
commit955e5a61cafba272c0d61dd19c9da29a340655f9 (patch)
treefbddb61cda0882cd2bc377f70c0c2c17a8d84b13 /manifests/cron/linux.pp
parentf4cb6c350f169bc98a9c12473d00a6fa7586933a (diff)
cron should have a new line at the end
Diffstat (limited to 'manifests/cron/linux.pp')
-rw-r--r--manifests/cron/linux.pp2
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",
}
}