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

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

Issue 29329131: Issue 123 - Integrate filterserver cron::envrionment with Hiera (Closed)
Patch Set: Created Oct. 14, 2015, 5:20 p.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/notificationserver/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/manifests/init.pp
diff --git a/modules/filterserver/manifests/init.pp b/modules/filterserver/manifests/init.pp
index 9b8279f6f4273014a5fef31c1bbd179a801ad2ff..cbcbec8348a70cf022469e6b6bfe4aaf472c17c3 100644
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -100,7 +100,7 @@ class filterserver($is_default = false) {
User['rsync']
],
command => 'rsync -e "ssh -o CheckHostIP=no" -ltprz --delete rsync@filtermaster.adblockplus.org:. /var/www/easylist/',
- environment => ['MAILTO=admins@adblockplus.org,root'],
+ environment => hiera('cron::environment', []),
user => rsync,
hour => '*',
minute => '2-52/10'
« no previous file with comments | « no previous file | modules/notificationserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld