summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-18 12:59:26 -0300
committermh <mh@immerda.ch>2012-06-18 12:59:26 -0300
commitda21bf7ba76203d693fe01be4ef49b9b5fef6d87 (patch)
tree36df3825cf2916c2d823232d202f5c2239573e2f
parent3427eb415d7a40a0051d9feaf397866176a70318 (diff)
downloadpuppet-lighttpd-da21bf7ba76203d693fe01be4ef49b9b5fef6d87.tar.gz
puppet-lighttpd-da21bf7ba76203d693fe01be4ef49b9b5fef6d87.tar.bz2
configure things properly
-rw-r--r--manifests/ssl.pp6
1 files changed, 4 insertions, 2 deletions
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 {