summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-21 00:16:37 -0300
committermh <mh@immerda.ch>2012-06-21 00:16:37 -0300
commit65deb1c76f9c2f00eec3b8d4d4d9f1450458564a (patch)
tree2813b7403c18e608e4828032389580bead590afc
parentda21bf7ba76203d693fe01be4ef49b9b5fef6d87 (diff)
downloadpuppet-lighttpd-65deb1c76f9c2f00eec3b8d4d4d9f1450458564a.tar.gz
puppet-lighttpd-65deb1c76f9c2f00eec3b8d4d4d9f1450458564a.tar.bz2
fix param names
-rw-r--r--manifests/init.pp4
1 files 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
}
}