Index: modules/adblockplus/manifests/init.pp |
=================================================================== |
--- a/modules/adblockplus/manifests/init.pp |
+++ b/modules/adblockplus/manifests/init.pp |
@@ -52,11 +52,6 @@ |
stage => 'runtime', |
} |
- # Class['apt'] cannot yet be configured to update on-demand |
- class {'apt': |
- always_apt_update => ($environment != 'development'), |
- } |
- |
# Used as internal constant within adblockplus::* resources |
$directory = '/var/adblockplus' |