summaryrefslogtreecommitdiffstats
path: root/modules/cron/manifests/job.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cron/manifests/job.pp')
-rw-r--r--modules/cron/manifests/job.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cron/manifests/job.pp b/modules/cron/manifests/job.pp
index 41fc7f6..749402b 100644
--- a/modules/cron/manifests/job.pp
+++ b/modules/cron/manifests/job.pp
@@ -1,5 +1,6 @@
define cron::job($frequency, $source = undef, $content = undef, $ensure = undef) {
require cron
+ require godwrap
file {
"/etc/cronjobs/${name}":