| Index: modules/adblockplus/manifests/init.pp |
| diff --git a/modules/adblockplus/manifests/init.pp b/modules/adblockplus/manifests/init.pp |
| index 216d239207e7cfaab2b7b18b5debba4de1ff78ce..c80e73c01d42dfd375072733c96745f69a1c8878 100644 |
| --- a/modules/adblockplus/manifests/init.pp |
| +++ b/modules/adblockplus/manifests/init.pp |
| @@ -40,6 +40,10 @@ class adblockplus ( |
| $users = hiera_hash('adblockplus::users', {}), |
| ) { |
| + include postfix |
| + include ssh |
| + include stdlib |
| + |
| # See https://issues.adblockplus.org/ticket/3574#comment:8 |
| class {'base': |
| zone => $authority, |