From: mh Date: Mon, 18 Jun 2012 15:59:26 +0000 (-0300) Subject: configure things properly X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=da21bf7ba76203d693fe01be4ef49b9b5fef6d87;p=puppet-lighttpd.git configure things properly --- diff --git a/manifests/ssl.pp b/manifests/ssl.pp index f370bb9..a9d8d07 100644 --- a/manifests/ssl.pp +++ b/manifests/ssl.pp @@ -1,8 +1,10 @@ class lighttpd::ssl( - $manage_shorewall = false + $manage_shorewall = false, + $manage_munin = false ) { class{'lighttpd': - manage_shorewall => $manage_shorewall + manage_shorewall => $manage_shorewall, + manage_munin => $manage_munin, } lighttpd::config::file{ 'ssl': } if $manage_shorewall {