From 25731380d3d347795315c8748ef291aa27eea2b6 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 23 Jun 2013 11:38:41 +0200 Subject: [PATCH] crontabs need a newline at the end --- modules/porterbox/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/porterbox/manifests/init.pp b/modules/porterbox/manifests/init.pp index 6362158b..bda81a57 100644 --- a/modules/porterbox/manifests/init.pp +++ b/modules/porterbox/manifests/init.pp @@ -38,6 +38,6 @@ class porterbox { source => 'puppet:///modules/porterbox/setup-all-dchroots', } file { '/etc/cron.d/puppet-update-dchroots': - content => '0 3 * * 0 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin chronic setup-all-dchroots', + content => "0 15 * * 0 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin chronic setup-all-dchroots\n", } } -- 2.39.2