Compare commits
4 Commits
45d371972c
...
ba588d6889
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba588d6889 | ||
|
|
f7ac79b193 | ||
| 83422e8563 | |||
|
|
357bfd29e3 |
@@ -117,13 +117,7 @@
|
|||||||
19
|
19
|
||||||
20
|
20
|
||||||
21
|
21
|
||||||
22
|
22</pre>
|
||||||
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>
|
||||||
@@ -143,12 +137,6 @@ class confdroid_haproxy::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>
|
||||||
|
|||||||
@@ -18,11 +18,5 @@ class confdroid_haproxy::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',
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user