recommit for updates in build 24
This commit is contained in:
@@ -108,7 +108,18 @@
|
|||||||
10
|
10
|
||||||
11
|
11
|
||||||
12
|
12
|
||||||
13</pre>
|
13
|
||||||
|
14
|
||||||
|
15
|
||||||
|
16
|
||||||
|
17
|
||||||
|
18
|
||||||
|
19
|
||||||
|
20
|
||||||
|
21
|
||||||
|
22
|
||||||
|
23
|
||||||
|
24</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>
|
||||||
@@ -119,6 +130,17 @@ class puppet_cd::firewall::iptables (
|
|||||||
|
|
||||||
if $fqdn == $pt_puppetmaster {
|
if $fqdn == $pt_puppetmaster {
|
||||||
|
|
||||||
|
firewall { '38140 open port 8140':
|
||||||
|
proto => 'tcp',
|
||||||
|
dport => '8140',
|
||||||
|
jump => 'accept',
|
||||||
|
}
|
||||||
|
|
||||||
|
firewall { '38443 open port 8443':
|
||||||
|
proto => 'tcp',
|
||||||
|
dport => '8443',
|
||||||
|
jump => 'accept',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user