Add script to mail on large homedirs
[mirror/dsa-puppet.git] / modules / porterbox / manifests / init.pp
index 1e2d83b..5f3383a 100644 (file)
@@ -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',
+       }
 }