summaryrefslogtreecommitdiff
path: root/manifests/cron/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-10 19:38:29 -0300
committermh <mh@immerda.ch>2012-06-10 19:38:29 -0300
commitaa345cb8f784ce5441367db7c4782000d80d365b (patch)
treebff9b28082d9bc9a0ae5ed5247e5488f5ba7e395 /manifests/cron/base.pp
parenta81d6c371eef25a505e16cb89cb6c7e5a124e7fc (diff)
we support now also 2.7 - 0.24 should not anymore be around
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 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,
}