From afebc17bb91d91ea614503c567eb0d591127d6d7 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 19 Jan 2010 23:42:46 +0100 Subject: added ubuntu support --- manifests/cron/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/cron/base.pp') 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: { -- cgit v1.2.3