X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fporterbox%2Fmanifests%2Finit.pp;h=847f5d685e09a4d6cde2b683dea874d08c40b56f;hb=168aa3f05f914802698b8db5fdde823c4e992913;hp=ba83efd4e529b6889e1eff9db46167e7404adb31;hpb=f68bbdbf49bd867da963028b2691b93a94d4011d;p=mirror%2Fdsa-puppet.git diff --git a/modules/porterbox/manifests/init.pp b/modules/porterbox/manifests/init.pp index ba83efd4e..847f5d685 100644 --- a/modules/porterbox/manifests/init.pp +++ b/modules/porterbox/manifests/init.pp @@ -14,8 +14,8 @@ class porterbox { source => 'puppet:///modules/porterbox/schroot-list-sessions', } file { '/etc/cron.d/puppet-update-dchroots': ensure => absent; } - concat::fragment { 'dsa-puppet-stuff--porterbox-chroot-update': - target => '/etc/cron.d/dsa-puppet-stuff', + concat::fragment { 'puppet-crontab--porterbox-chroot-update': + target => '/etc/cron.d/puppet-crontab', content => @(EOF) 0 15 * * 0 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin setup-all-dchroots | EOF