Mercurial > repos > other > Puppet
diff modules/website/manifests/https.pp @ 437:b8d6ada284dd
Update Apache module to latest version
Also converted some params to ints to match
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 14 Aug 2022 11:30:13 +0100 |
parents | 9431aec4d998 |
children | 7222218a7098 |
line wrap: on
line diff
--- a/modules/website/manifests/https.pp Wed Apr 19 18:45:23 2023 +0100 +++ b/modules/website/manifests/https.pp Sun Aug 14 11:30:13 2022 +0100 @@ -142,7 +142,7 @@ apache::vhost { $name: ip => $ip, - port => '443', + port => 443, priority => $priority, docroot => $siteroot, docroot_owner => $owner, @@ -179,7 +179,7 @@ apache::vhost { "$name-PROXY": servername => $name, ip => $proxy_4to6_ip, - port => '443', + port => 443, priority => $priority, docroot => $siteroot, docroot_owner => $owner,