Recommit for updates in build 17
This commit is contained in:
@@ -117,7 +117,13 @@
|
|||||||
19
|
19
|
||||||
20
|
20
|
||||||
21
|
21
|
||||||
22</pre>
|
22
|
||||||
|
23
|
||||||
|
24
|
||||||
|
25
|
||||||
|
26
|
||||||
|
27
|
||||||
|
28</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
|
||||||
@@ -137,6 +143,12 @@ class haproxy_cd::firewall::iptables (
|
|||||||
dport => $hy_https_port,
|
dport => $hy_https_port,
|
||||||
jump => 'accept',
|
jump => 'accept',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
firewall { "${hy_fw_order_no}9000 tcp port minio-api":
|
||||||
|
proto => 'tcp',
|
||||||
|
dport => '9000',
|
||||||
|
jump => 'accept',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user