From 65deb1c76f9c2f00eec3b8d4d4d9f1450458564a Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 21 Jun 2012 00:16:37 -0300 Subject: fix param names --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 1bb020a..767f89b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,10 +13,10 @@ class lighttpd( default: { include lighttpd::base } } - if $lighthttpd::manage_shorewall { + if $manage_shorewall { include shorewall::rules::http } - if $lighthttpd::manage_munin { + if $manage_munin { include lighttpd::munin } } -- cgit v1.2.3