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

Unified Diff: manifests/site.pp

Issue 29363762: Issue 3789 - Default File $group to be root (Closed) Base URL: https://hg.adblockplus.org/infrastructure/
Patch Set: Created Nov. 22, 2016, 2:21 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/site.pp
===================================================================
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -6,4 +6,9 @@
logoutput => 'on_failure',
}
+File {
+ 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.
+}
+
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