# HG changeset patch # User IBBoard # Date 1581885218 0 # Node ID 386881985a358c8d2c0ca27d6444087b42ef3b41 # Parent be66955bf27d245af25c7eefba6c8904f6e8690f Make 4to6 proxy optional to match undef default diff -r be66955bf27d -r 386881985a35 modules/website/manifests/https/multitld.pp --- a/modules/website/manifests/https/multitld.pp Sun Feb 16 20:11:00 2020 +0000 +++ b/modules/website/manifests/https/multitld.pp Sun Feb 16 20:33:38 2020 +0000 @@ -1,7 +1,7 @@ define website::https::multitld ( Optional[String] $docroot = undef, Stdlib::IP::Address $ip = $website::primary_ip, - Stdlib::IP::Address::V6 $proxy_4to6_ip = undef, + Optional[Stdlib::IP::Address::V6] $proxy_4to6_ip = undef, Optional[Integer] $priority = undef, String $base = $name, Pattern[/^[a-z]+(\.[a-z]+)?$/] $main_tld = $website::tld,