From: mh Date: Thu, 21 Jun 2012 03:16:37 +0000 (-0300) Subject: fix param names X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=65deb1c76f9c2f00eec3b8d4d4d9f1450458564a;p=puppet-lighttpd.git fix param names --- 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 } }