Index: modules/filterserver/manifests/init.pp |
=================================================================== |
--- a/modules/filterserver/manifests/init.pp |
+++ b/modules/filterserver/manifests/init.pp |
@@ -120,13 +120,14 @@ class filterserver { |
cron {'mirror': |
ensure => present, |
require => [ |
File['/home/rsync/.ssh/known_hosts'], |
File['/home/rsync/.ssh/id_rsa'], |
User['rsync'] |
], |
command => 'rsync -e ssh -ltprz rsync@ssh.adblockplus.org:. /var/www/easylist/', |
+ environment => ['MAILTO=admins@adblockplus.org,root'], |
user => rsync, |
hour => '*', |
minute => '2-52/10' |
} |
} |