summaryrefslogtreecommitdiff
path: root/manifests/cron/base.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-01-19 23:42:46 +0100
committervarac <varacanero@zeromail.org>2010-01-19 23:42:46 +0100
commitafebc17bb91d91ea614503c567eb0d591127d6d7 (patch)
tree9822018411c5ff248c421fb482f10795007da122 /manifests/cron/base.pp
parent7f9b77c7f6dbc110f20d7c191c27ceba7bdb49a9 (diff)
added ubuntu support
Diffstat (limited to 'manifests/cron/base.pp')
-rw-r--r--manifests/cron/base.pp2
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: {