Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/statsmaster/manifests/awstats.pp

Issue 29366977: Issue 1503 - Remove hard-coded $MAILTO variable from stats cron environment (Closed)
Patch Set: Created Dec. 7, 2016, 7:58 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/statsmaster/manifests/downloads.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | modules/statsmaster/manifests/downloads.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld