diff options
author | varac <varacanero@zeromail.org> | 2010-01-19 23:42:46 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2010-01-19 23:42:46 +0100 |
commit | afebc17bb91d91ea614503c567eb0d591127d6d7 (patch) | |
tree | 9822018411c5ff248c421fb482f10795007da122 | |
parent | 7f9b77c7f6dbc110f20d7c191c27ceba7bdb49a9 (diff) |
added ubuntu support
-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: { |