summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}
}