From 977ae4ccebde5554fb1793eb093af98778852fb7 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 28 Sep 2009 23:36:52 +0200 Subject: include https not only http --- 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 b85ee8e..75305be 100644 --- a/manifests/ssl.pp +++ b/manifests/ssl.pp @@ -7,6 +7,6 @@ class apache::ssl inherits apache { defaults: { include apache::ssl::base } } if $use_shorewall { - include shorewall::rules::http + include shorewall::rules::https } } -- cgit v1.2.3