| Index: modules/adblockplus/manifests/init.pp | 
| diff --git a/modules/adblockplus/manifests/init.pp b/modules/adblockplus/manifests/init.pp | 
| index dba305ce243e0b490b4fa34227929599e5ec595f..e7c123d8f39ca1a6e754332a1de374ab8ca629b4 100644 | 
| --- a/modules/adblockplus/manifests/init.pp | 
| +++ b/modules/adblockplus/manifests/init.pp | 
| @@ -24,6 +24,9 @@ class adblockplus ( | 
| $users = hiera('adblockplus::users', []), | 
| ) { | 
|  | 
| +  # See https://issues.adblockplus.org/ticket/3574#comment:4 | 
| +  include base | 
| + | 
| # Used as internal constant within adblockplus::* resources | 
| $directory = '/var/adblockplus' | 
|  | 
|  |