From a5be3114f8af104415205b0763e51d3ad24c33cd Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 13 Jun 2012 17:45:35 -0300 Subject: remove hiera --- manifests/status.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'manifests/status.pp') diff --git a/manifests/status.pp b/manifests/status.pp index 3639b6c..735414c 100644 --- a/manifests/status.pp +++ b/manifests/status.pp @@ -1,12 +1,12 @@ # manifests/status.pp class apache::status { - case $::operatingsystem { - centos: { include apache::status::centos } - defaults: { include apache::status::base } - } - if hiera('use_munin',false) { - include munin::plugins::apache - } + case $::operatingsystem { + centos: { include apache::status::centos } + defaults: { include apache::status::base } + } + if $apache::manage_munin { + include munin::plugins::apache + } } -- cgit v1.2.3