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

Side by Side Diff: manifests/site.pp

Issue 29363762: Issue 3789 - Default File $group to be root (Closed) Base URL: https://hg.adblockplus.org/infrastructure/
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:
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 => 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 {
10 group => 'root',
11 }
12
9 import 'nodes.pp' 13 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