summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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 e12b5eb..e012731 100644
--- a/manifests/cron/base.pp
+++ b/manifests/cron/base.pp
@@ -27,7 +27,7 @@ class puppet::cron::base inherits puppet::base {
if $puppet::cron::stop_service == true {
$puppet_majorversion = regsubst($::puppetversion,'^(\d+\.\d+).*$','\1')
- if $puppet_majorversion == '2.6' {
+ if $puppet_majorversion != '0.25' {
Service['puppet']{
ensure => stopped,
}