summaryrefslogtreecommitdiffstats
path: root/modules/cron
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cron')
-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 4f39287..0741378 100644
--- a/modules/cron/manifests/job.pp
+++ b/modules/cron/manifests/job.pp
@@ -3,6 +3,7 @@ define cron::job($frequency, $source = undef, $content = undef) {
file { "/etc/cron.${frequency}/${name}":
source => $source,
+ content => $content,
mode => '0755';
}
}