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

Unified Diff: modules/updateserver/manifests/init.pp

Issue 29366972: Issue 1503 - Remove hard-coded $MAILTO variable from updateserver cron environment (Closed)
Patch Set: Created Dec. 7, 2016, 7:49 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/updateserver/manifests/init.pp
diff --git a/modules/updateserver/manifests/init.pp b/modules/updateserver/manifests/init.pp
index ac8b2839aa1d4ba41ca3b183106854fe5ba9920e..0785b81cf5832b91311fd58a5e112828caf41af8 100644
--- a/modules/updateserver/manifests/init.pp
+++ b/modules/updateserver/manifests/init.pp
@@ -130,7 +130,6 @@ class updateserver(
cron {'update_update_manifests':
ensure => present,
- environment => ['MAILTO=admins@adblockplus.org'],
command => $update_update_manifests_script,
user => 'sitescripts',
minute => '*/10',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld