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

Unified Diff: modules/adblockplus/manifests/init.pp

Issue 29329617: Issue 2864 - Introduce class adblockplus::logmaster (Closed)
Patch Set: Created Nov. 2, 2015, 2:34 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 | « hiera/roles/logserver.yaml ('k') | modules/adblockplus/manifests/logmaster.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/init.pp
diff --git a/modules/adblockplus/manifests/init.pp b/modules/adblockplus/manifests/init.pp
new file mode 100644
index 0000000000000000000000000000000000000000..08254ef9cbd8e5fc93ee827e07e2bc30808c7835
--- /dev/null
+++ b/modules/adblockplus/manifests/init.pp
@@ -0,0 +1,16 @@
+# == Class: adblockplus
+#
+# The adblockplus class and the associated adblockplus:: namespace are
+# used to integrate Puppet modules with each other, in order to assemble
+# the setups used by the Adblock Plus project.
+#
+class adblockplus {
+
+ # A common location for directories specific to the adblockplus:: setups,
+ # managed via Puppet, but accessible by all users with access to the system
+ @file {'/var/adblockplus':
+ ensure => 'directory',
+ mode => 0755,
+ owner => 'root',
+ }
+}
« no previous file with comments | « hiera/roles/logserver.yaml ('k') | modules/adblockplus/manifests/logmaster.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld