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

Unified Diff: manifests/site.pp

Issue 29323443: Issue 2882 - Let exec's logoutput default to 'on_failure' (Closed)
Patch Set: Created Aug. 11, 2015, 5:53 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: manifests/site.pp
diff --git a/manifests/site.pp b/manifests/site.pp
index edb46110ec228bd73fb847dc856658d61662492b..1f311864c5fed869cb34bee446fd56f9b7627832 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2,4 +2,8 @@ Cron {
environment => 'MAILTO=admins@adblockplus.org'
}
+Exec {
+ logoutput => 'on_failure',
+}
+
import 'nodes.pp'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld