recommit for updates in build 124
This commit is contained in:
@@ -153,13 +153,13 @@ class cd_haproxy::firewall::iptables (
|
||||
firewall { "${hy_fw_order_no}${hy_http_port} tcp port ${hy_http_port}":
|
||||
proto => 'tcp',
|
||||
dport => $hy_http_port,
|
||||
action => 'accept',
|
||||
jump => 'accept',
|
||||
}
|
||||
|
||||
firewall { "${hy_fw_order_no}${hy_https_port} tcp port ${hy_https_port}":
|
||||
proto => 'tcp',
|
||||
dport => $hy_https_port,
|
||||
action => 'accept',
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
|
||||
@@ -174,7 +174,7 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>"proxy.${::domain}"</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>undef</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -835,7 +835,7 @@ class cd_haproxy::params (
|
||||
$pkg_ensure = 'latest',
|
||||
$reqpackages = ['haproxy'],
|
||||
|
||||
$hy_host_fqdn = "proxy.${::domain}",
|
||||
$hy_host_fqdn = undef,
|
||||
|
||||
# firewall
|
||||
$hy_manage_fw = true,
|
||||
|
||||
Reference in New Issue
Block a user