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

Delta Between Two Patch Sets: manifests/site.pp

Issue 29363762: Issue 3789 - Default File $group to be root (Closed) Base URL: https://hg.adblockplus.org/infrastructure/
Left Patch Set: Created Nov. 22, 2016, 2:21 p.m.
Right Patch Set: 2 space indent Created Nov. 22, 2016, 3:42 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 Cron { 1 Cron {
2 environment => hiera('cron::environment', []), 2 environment => hiera('cron::environment', []),
3 } 3 }
4 4
5 Exec { 5 Exec {
6 logoutput => 'on_failure', 6 logoutput => 'on_failure',
7 } 7 }
8 8
9 File { 9 File {
10 group => 'root', 10 group => 'root',
mathias 2016/11/22 15:33:13 Please use two spaces for indentation, thank you :
f.nicolaisen 2016/11/22 15:48:50 Acknowledged.
11 } 11 }
12 12
13 import 'nodes.pp' 13 import 'nodes.pp'
14
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld