From: Peter Palfrader Date: Sun, 23 Jun 2013 09:38:41 +0000 (+0200) Subject: crontabs need a newline at the end X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=25731380d3d347795315c8748ef291aa27eea2b6;p=mirror%2Fdsa-puppet.git crontabs need a newline at the end --- diff --git a/modules/porterbox/manifests/init.pp b/modules/porterbox/manifests/init.pp index 6362158b2..bda81a571 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", } }