From 076909377eaa3aa41936e3acb7e02a9b5b14d493 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 31 May 2012 11:38:45 +0200 Subject: fix various puppet language things --- manifests/status.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/status.pp') diff --git a/manifests/status.pp b/manifests/status.pp index f67507c..3639b6c 100644 --- a/manifests/status.pp +++ b/manifests/status.pp @@ -1,11 +1,11 @@ # manifests/status.pp class apache::status { - case $operatingsystem { + case $::operatingsystem { centos: { include apache::status::centos } defaults: { include apache::status::base } } - if $use_munin { + if hiera('use_munin',false) { include munin::plugins::apache } } -- cgit v1.2.3