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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cron/manifests/job.pp b/modules/cron/manifests/job.pp
index b9d10b4..18587b8 100644
--- a/modules/cron/manifests/job.pp
+++ b/modules/cron/manifests/job.pp
@@ -1,7 +1,7 @@
define cron::job($frequency, $source = undef, $content = undef, $ensure = undef) {
require cron
require godwrap
- require systemd
+ include systemd
$godwrap_directory = $godwrap::directory;