recommit for updates in build 48
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>puppet_cd::firewwall::iptables.pp Module name: puppet_cd Author: Arne Teuke
|
||||
<p>puppet_cd::firewall::iptables.pp Module name: puppet_cd Author: Arne Teuke
|
||||
(arne_teuke@confdroid)</p>
|
||||
|
||||
</div>
|
||||
@@ -116,30 +116,24 @@
|
||||
18
|
||||
19
|
||||
20
|
||||
21
|
||||
22
|
||||
23
|
||||
24</pre>
|
||||
21</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/firewall/iptables.pp', line 6</span>
|
||||
|
||||
class puppet_cd::firewall::iptables (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
|
||||
if $fqdn == $pt_puppetmaster {
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
if $fqdn == $pt_pm_fqdn {
|
||||
firewall { '38140 open port 8140':
|
||||
proto => 'tcp',
|
||||
dport => '8140',
|
||||
jump => 'accept',
|
||||
proto => 'tcp',
|
||||
dport => '8140',
|
||||
jump => 'accept',
|
||||
}
|
||||
|
||||
firewall { '38443 open port 8443':
|
||||
proto => 'tcp',
|
||||
dport => '8443',
|
||||
jump => 'accept',
|
||||
proto => 'tcp',
|
||||
dport => '8443',
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
|
||||
Reference in New Issue
Block a user