recommit for updates in build 48
This commit is contained in:
@@ -138,19 +138,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
42
|
42
|
||||||
43
|
43
|
||||||
44
|
44
|
||||||
45
|
45</pre>
|
||||||
46
|
|
||||||
47
|
|
||||||
48
|
|
||||||
49
|
|
||||||
50
|
|
||||||
51
|
|
||||||
52
|
|
||||||
53
|
|
||||||
54
|
|
||||||
55
|
|
||||||
56
|
|
||||||
57</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 24</span>
|
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 24</span>
|
||||||
@@ -163,27 +151,15 @@ class cd_nagios::firewall::iptables (
|
|||||||
|
|
||||||
if $ng_use_https != true {
|
if $ng_use_https != true {
|
||||||
|
|
||||||
firewall { "${ng_fw_order}${ng_http_port} port ${ng_http_port}":
|
include confdroid_infrastructure::firewall::http
|
||||||
proto => ['tcp','udp'],
|
|
||||||
dport => $ng_http_port,
|
|
||||||
action => 'accept',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if $ng_use_https == true {
|
if $ng_use_https == true {
|
||||||
|
|
||||||
firewall { "${ng_fw_order}${ng_https_port} port ${ng_https_port}":
|
include confdroid_infrastructure::firewall::https
|
||||||
proto => ['tcp','udp'],
|
|
||||||
dport => $ng_https_port,
|
|
||||||
action => 'accept',
|
|
||||||
}
|
|
||||||
|
|
||||||
if $ng_http_https_fw == true {
|
if $ng_http_https_fw == true {
|
||||||
|
|
||||||
firewall { "${ng_fw_order}${ng_http_port} port ${ng_http_port}":
|
include confdroid_infrastructure::firewall::http
|
||||||
proto => ['tcp','udp'],
|
|
||||||
dport => $ng_http_port,
|
|
||||||
action => 'accept',
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user