summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 20:07:08 -0300
committermh <mh@immerda.ch>2012-06-05 20:07:08 -0300
commit09b77138a3cf505e82f1d5a8d20f794fe1db8434 (patch)
tree4be47d1fd07bc56b412c5ace110d5bd080375757 /manifests/ssl.pp
parentdbf5334ff24a3b94d52520a86c365c0227863a56 (diff)
downloadpuppet-lighttpd-09b77138a3cf505e82f1d5a8d20f794fe1db8434.tar.gz
puppet-lighttpd-09b77138a3cf505e82f1d5a8d20f794fe1db8434.tar.bz2
new style for 2.7
Diffstat (limited to 'manifests/ssl.pp')
-rw-r--r--manifests/ssl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssl.pp b/manifests/ssl.pp
index efa677e..deb464c 100644
--- a/manifests/ssl.pp
+++ b/manifests/ssl.pp
@@ -1,6 +1,6 @@
class lighttpd::ssl inherits lighttpd {
lighttpd::config::file{ 'ssl': }
- if $use_shorewall {
+ if hiera('use_shorewall',false) {
include shorewall::rules::https
}
}