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

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

Issue 29333241: Issue 3471 - Introduce $adblockplus::directory variable (Closed)
Patch Set: Created Jan. 6, 2016, 7:59 a.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 | modules/adblockplus/manifests/log/master.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
index 08254ef9cbd8e5fc93ee827e07e2bc30808c7835..52b8f330a92064219026f4b81f5c0f4fa3db9800 100644
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -6,9 +6,11 @@
#
class adblockplus {
+ $directory = '/var/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':
+ @file {$directory:
ensure => 'directory',
mode => 0755,
owner => 'root',
« no previous file with comments | « no previous file | modules/adblockplus/manifests/log/master.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld