crontabs need a newline at the end
[mirror/dsa-puppet.git] / modules / porterbox / manifests / init.pp
index 6362158..bda81a5 100644 (file)
@@ -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",
        }
 }