X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fporterbox%2Fmanifests%2Finit.pp;h=5f3383aee5a57c9072b2413ca60f9964b8b4539e;hb=6ee2a09e76abc7d9676394954efbaa9ef276e986;hp=1e2d83b1599da2d6fa9bd30950637122fd87eea6;hpb=e32a215b684c64e051ba9aa0c679bee15e48e58f;p=dsa-puppet.git diff --git a/modules/porterbox/manifests/init.pp b/modules/porterbox/manifests/init.pp index 1e2d83b1..5f3383ae 100644 --- a/modules/porterbox/manifests/init.pp +++ b/modules/porterbox/manifests/init.pp @@ -53,4 +53,8 @@ class porterbox { file { '/etc/cron.d/puppet-update-dchroots': content => "0 15 * * 0 root PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin chronic setup-all-dchroots\n", } + file { '/etc/cron.weekly/puppet-mail-big-homedirs': + mode => '0555', + source => 'puppet:///modules/porterbox/mail-big-homedirs', + } }