summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
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
}
}