From 09b77138a3cf505e82f1d5a8d20f794fe1db8434 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 5 Jun 2012 20:07:08 -0300 Subject: new style for 2.7 --- manifests/ssl.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/ssl.pp') 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 } } -- cgit v1.2.3