From 40bed26dda08c26518798f21e6df1fb6f0e8c561 Mon Sep 17 00:00:00 2001 From: o Date: Thu, 14 Jun 2012 10:31:14 -0300 Subject: remove hiera --- manifests/init.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3c6a8e5..264009d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,14 +2,16 @@ # Copyright (C) 2007 admin@immerda.ch # -class squid { +class squid ( + $manage_munin = false +) { case $::operatingsystem { gentoo: { include squid::gentoo } centos: { include squid::centos } default: { include squid::base } } - if hiera('use_munin',false) { + if $squid::manage_munin { include squid::munin } } -- cgit v1.2.3