summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index d0a3ff0..6afa67a 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -28,6 +28,7 @@ define apache::site(
$ssl = false,
$ssl_manage_cert = false,
$listen = '*',
+ $port = $apache::http_port,
$https_redirect = false,
$canonical = false,
$canonical_exceptions = '',
@@ -107,6 +108,7 @@ define apache::site(
gid => $gid,
ssl => $ssl,
listen => $listen,
+ port => $port,
https_redirect => $https_redirect,
canonical => $canonical,
canonical_exceptions => $canonical_exceptions,