summaryrefslogtreecommitdiff
path: root/manifests/cron/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-10 18:26:55 -0300
committermh <mh@immerda.ch>2012-06-10 18:26:55 -0300
commita81d6c371eef25a505e16cb89cb6c7e5a124e7fc (patch)
treea4a8d2ba1be890ffff363d4cb75aeb94f921e8ea /manifests/cron/base.pp
parenta088356e96de56839612363a0b52f3687733431a (diff)
stop the puppet service by default on cron
Diffstat (limited to 'manifests/cron/base.pp')
-rw-r--r--manifests/cron/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cron/base.pp b/manifests/cron/base.pp
index 42222d6..e12b5eb 100644
--- a/manifests/cron/base.pp
+++ b/manifests/cron/base.pp
@@ -25,7 +25,7 @@ class puppet::cron::base inherits puppet::base {
enable => false,
}
- if $stop_service == true {
+ if $puppet::cron::stop_service == true {
$puppet_majorversion = regsubst($::puppetversion,'^(\d+\.\d+).*$','\1')
if $puppet_majorversion == '2.6' {
Service['puppet']{