From 955e5a61cafba272c0d61dd19c9da29a340655f9 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 27 Dec 2008 16:46:47 +0000 Subject: cron should have a new line at the end --- manifests/cron/linux.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/cron/linux.pp') 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", } } -- cgit v1.2.3