diff options
-rw-r--r-- | manifests/cron/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/base.pp b/manifests/cron/base.pp index 3f7f8c0..7244e02 100644 --- a/manifests/cron/base.pp +++ b/manifests/cron/base.pp @@ -8,7 +8,7 @@ class puppet::cron::base inherits puppet::base { notify => undef } case $operatingsystem { - debian,openbsd: { + debian,openbsd,ubuntu: { #it's already disabled } default: { |