Index: modules/statsmaster/manifests/awstats.pp |
diff --git a/modules/statsmaster/manifests/awstats.pp b/modules/statsmaster/manifests/awstats.pp |
index 4e7ac5a8909105ee89ae824a3c3c96593e93af30..acf46d7225028fe1b931b1eea029c340916f59ce 100644 |
--- a/modules/statsmaster/manifests/awstats.pp |
+++ b/modules/statsmaster/manifests/awstats.pp |
@@ -147,7 +147,6 @@ class statsmaster::awstats { |
'/var/www/awstats', '/var/www/awstatsconf'], |
], |
command => '/home/stats/process_logs && /home/stats/build_static', |
- environment => ['MAILTO=admins@adblockplus.org,root'], |
user => stats, |
hour => 4, |
minute => 0, |
@@ -162,7 +161,6 @@ class statsmaster::awstats { |
'/var/www/awstatsconf', '/var/www/awstats'], |
], |
command => '/home/stats/anonymize_ips prevmonth && /home/stats/build_static prevmonth', |
- environment => ['MAILTO=admins@adblockplus.org,root'], |
user => stats, |
monthday => 1, |
hour => 6, |