Mercurial > repos > other > Puppet
changeset 144:60ba2f5f5b84 puppet-3.6
Make IP on redirects optional (defaults to primary IP)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 25 Mar 2017 12:05:23 +0000 |
parents | 58d98753e5f9 |
children | 88f38ef7359f |
files | modules/website/manifests/https/multitldredir.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/modules/website/manifests/https/multitldredir.pp Fri Mar 03 19:48:06 2017 +0000 +++ b/modules/website/manifests/https/multitldredir.pp Sat Mar 25 12:05:23 2017 +0000 @@ -3,7 +3,7 @@ $docroot = undef, $docroot_owner = undef, $docroot_group = undef, - $ip, + $ip = undef, $main_domain, $ssl_ca_chain = undef, ) {