summaryrefslogtreecommitdiff
path: root/manifests/cron.pp
diff options
context:
space:
mode:
authorGabriel Filion <lelutin@gmail.com>2011-08-23 18:04:45 -0400
committerGabriel Filion <lelutin@gmail.com>2011-08-23 18:04:45 -0400
commitc0afea193ef40786fb61cbab24f6e9366f157264 (patch)
tree385e1353ab97d4b0622e5cb0ef5de07dcd06b1b4 /manifests/cron.pp
parent000165503f79e6214047ba2622bdabf4176a68a0 (diff)
Add partial freebsd cron job support
The puppet::cron::freebsd class is almost identical to the puppet::cron::openbsd one, but there is no cron job to remove, and the /etc/rc.conf mechanism doesn't exist yet for FreeBSD. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
Diffstat (limited to 'manifests/cron.pp')
-rw-r--r--manifests/cron.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/cron.pp b/manifests/cron.pp
index 693a430..9a632ff 100644
--- a/manifests/cron.pp
+++ b/manifests/cron.pp
@@ -5,6 +5,7 @@ class puppet::cron inherits puppet {
linux: { include puppet::cron::linux }
debian: { include puppet::cron::debian }
openbsd: { include puppet::cron::openbsd }
+ freebsd: { include puppet::cron::freebsd }
default: { include puppet::cron::base }
}
}