From d51ee6805db3463044c71db99fba5cfb3e83c536 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Jul 2023 16:04:42 -0300 Subject: Allow for VirtualHosts in other ports --- manifests/site.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/site.pp') 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, -- cgit v1.2.3