Index: modules/adblockplus/manifests/init.pp |
diff --git a/modules/adblockplus/manifests/init.pp b/modules/adblockplus/manifests/init.pp |
index f163f88446e13a60cfac472a83f906abe96884a0..2f1dfdc8fb0f8e9ece0b5cb3c7f823c262bd25d6 100644 |
--- a/modules/adblockplus/manifests/init.pp |
+++ b/modules/adblockplus/manifests/init.pp |
@@ -76,6 +76,13 @@ class adblockplus ( |
notify => Service['cron']; |
} |
+ # Explicit resource required only to ensure cron(8) is running; |
+ # there is no real requirement for a rationship with another resource |
+ service {'cron': |
+ ensure => 'running', |
+ enable => true, |
+ } |
+ |
# Work around https://issues.adblockplus.org/ticket/3479 |
if $::environment == 'development' { |