diff options
Diffstat (limited to 'manifests/site')
-rw-r--r-- | manifests/site/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/site/config.pp b/manifests/site/config.pp index 492ba1d..d3fdabc 100644 --- a/manifests/site/config.pp +++ b/manifests/site/config.pp @@ -15,6 +15,7 @@ define apache::site::config( $gid = '', $ssl = false, $listen = '*', + $port = $apache::http_port, $https_redirect = false, $canonical = false, $canonical_exceptions = '', |