| 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', |