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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Cron { 1 Cron {
2 environment => 'MAILTO=admins@adblockplus.org' 2 environment => 'MAILTO=admins@adblockplus.org'
3 } 3 }
4 4
5 Exec {
6 logoutput => 'on_failure',
7 }
8
5 import 'nodes.pp' 9 import 'nodes.pp'
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld