summaryrefslogtreecommitdiff
path: root/manifests/plugin
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-07-09 23:12:27 +0200
committermh <mh@immerda.ch>2014-07-09 23:12:27 +0200
commit39eb7ac31ad7f1fc16c37c42823fb1860c1f09ba (patch)
tree41be8620d6c74ba9464eea08205998338bb47ca4 /manifests/plugin
parenta12b6eaba350620fa1ad4cdcd4bd639a252a0f0e (diff)
get rid off lsb facts - who runs sarge?
Diffstat (limited to 'manifests/plugin')
-rw-r--r--manifests/plugin/deploy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin/deploy.pp b/manifests/plugin/deploy.pp
index 461a218..2ffd92e 100644
--- a/manifests/plugin/deploy.pp
+++ b/manifests/plugin/deploy.pp
@@ -24,7 +24,7 @@ define munin::plugin::deploy(
mode => '0755';
}
- if (str2bool($::selinux) == true) and (($::operatingsystem != 'CentOS') or ($::operatingsystem == 'CentOS' and $::lsbmajdistrelease > '5')){
+ if (str2bool($::selinux) == true) and (($::operatingsystem != 'CentOS') or ($::operatingsystem == 'CentOS' and $::operatingsystemmajrelease > '5')){
File["munin_plugin_${name}"]{
seltype => $seltype,
}