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

Unified Diff: modules/notificationserver/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 | « modules/filterserver/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notificationserver/manifests/init.pp
diff --git a/modules/notificationserver/manifests/init.pp b/modules/notificationserver/manifests/init.pp
index a2dd5c34ba929684b4c19452eaa024f907c3b8e1..24ddb7fe08b793277e9d5d58c484b0bb4bb769bc 100644
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -22,7 +22,7 @@ class notificationserver($is_default = false) {
cron {'update_notifications':
command => 'hg pull -q -u -R /opt/notifications',
- environment => ['MAILTO=admins@adblockplus.org,root'],
+ environment => hiera('cron::environment', []),
minute => '*/5',
user => 'nginx',
require => Exec['fetch_notifications'],
« no previous file with comments | « modules/filterserver/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld