From aa345cb8f784ce5441367db7c4782000d80d365b Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 10 Jun 2012 19:38:29 -0300 Subject: we support now also 2.7 - 0.24 should not anymore be around --- manifests/cron/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, } -- cgit v1.2.3