Recommit for updates in build 77
This commit is contained in:
@@ -124,30 +124,7 @@
|
|||||||
26
|
26
|
||||||
27
|
27
|
||||||
28
|
28
|
||||||
29
|
29</pre>
|
||||||
30
|
|
||||||
31
|
|
||||||
32
|
|
||||||
33
|
|
||||||
34
|
|
||||||
35
|
|
||||||
36
|
|
||||||
37
|
|
||||||
38
|
|
||||||
39
|
|
||||||
40
|
|
||||||
41
|
|
||||||
42
|
|
||||||
43
|
|
||||||
44
|
|
||||||
45
|
|
||||||
46
|
|
||||||
47
|
|
||||||
48
|
|
||||||
49
|
|
||||||
50
|
|
||||||
51
|
|
||||||
52</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>
|
||||||
@@ -175,29 +152,6 @@ class puppet_cd::firewall::iptables (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if $fqdn == $pt_db_fqdn {
|
|
||||||
if $pt_use_ssl_only != true {
|
|
||||||
firewall { "3${pt_no_ssl_port} open port ${pt_no_ssl_port}":
|
|
||||||
proto => 'tcp',
|
|
||||||
dport => $pt_no_ssl_port,
|
|
||||||
jump => 'accept',
|
|
||||||
}
|
|
||||||
firewall { "3${pt_ssl_port} open port ${pt_ssl_port}":
|
|
||||||
proto => 'tcp',
|
|
||||||
dport => $pt_ssl_port,
|
|
||||||
jump => 'accept',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if $pt_use_ssl_only == true {
|
|
||||||
firewall { "3${pt_ssl_port} open port ${pt_ssl_port}":
|
|
||||||
proto => 'tcp',
|
|
||||||
dport => $pt_ssl_port,
|
|
||||||
jump => 'accept',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user