| Index: manifests/site.pp |
| diff --git a/manifests/site.pp b/manifests/site.pp |
| index 30e2d06ad0da95e76f49dfd37af75b463fb0a989..4d0306daf8917ab73e55123e43d28ae5f1b4cc44 100644 |
| --- a/manifests/site.pp |
| +++ b/manifests/site.pp |
| @@ -1,3 +1,5 @@ |
| +include adblockplus::legacy |
| + |
| Cron { |
| environment => hiera('cron::environment', []), |
| } |
| @@ -14,4 +16,3 @@ File { |
| class {'apt': |
| always_apt_update => ($environment != 'development'), |
| } |
| - |
|
f.lopez
2018/05/18 01:28:48
please don't introduce unrelated changes
|