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

Unified Diff: manifests/site.pp

Issue 29329120: Issue 123 - Integrate website cron::envrionment with Hiera (Closed)
Patch Set: Created Oct. 14, 2015, 4:55 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 | manifests/webserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/site.pp
diff --git a/manifests/site.pp b/manifests/site.pp
index 1f311864c5fed869cb34bee446fd56f9b7627832..c944109c8c7ba11364d08b6e2824f4cd2b5652ed 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1,5 +1,5 @@
Cron {
- environment => 'MAILTO=admins@adblockplus.org'
+ environment => hiera('cron::environment', []),
}
Exec {
« no previous file with comments | « no previous file | manifests/webserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld