summaryrefslogtreecommitdiff
path: root/manifests/ssl.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-28 23:36:52 +0200
committermh <mh@immerda.ch>2009-09-28 23:36:52 +0200
commit977ae4ccebde5554fb1793eb093af98778852fb7 (patch)
tree33bb78e81798f069171fc290c19743bdede1e9ab /manifests/ssl.pp
parent91d4cf6ea7db0baf670b9fb6d74796742dfa6a0a (diff)
include https not only http
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 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
}
}