summaryrefslogtreecommitdiff
path: root/manifests/cron.pp
diff options
context:
space:
mode:
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 5e3cc64..f8e9beb 100644
--- a/manifests/cron.pp
+++ b/manifests/cron.pp
@@ -1,5 +1,6 @@
class puppet::cron(
$cron_time,
+ $stop_service = hiera('puppet_stop_service',true),
$config = hiera('puppet_config','/etc/puppet/puppet.conf'),
$http_compression = hiera('puppet_http_compression',false),
$cleanup_clientbucket = hiera('puppet_cleanup_clientbucket',false),