ratelimit => '-',
order => '303',
}
+
+ shorewall::rule { 'puppetmaster-3':
+ action => 'DNAT',
+ source => '$FW',
+ destination => "fw:192.168.0.$context:8140",
+ proto => 'tcp',
+ destinationport => '8140',
+ originaldest => "$ipaddress",
+ ratelimit => '-',
+ order => '304',
+ }
+
+ shorewall::rule { 'puppetmaster-4':
+ action => 'DNAT',
+ source => '$FW',
+ destination => "fw:192.168.0.$context:8140",
+ proto => 'udp',
+ destinationport => '8140',
+ originaldest => "$ipaddress",
+ ratelimit => '-',
+ order => '305',
+ }
}
if $gitd {
proto => 'tcp',
destinationport => '9418',
ratelimit => '-',
- order => '304',
+ order => '306',
}
shorewall::rule { 'git-daemon-2':
proto => 'tcp',
destinationport => '9418',
ratelimit => '-',
- order => '305',
+ order => '307',
}
}
proto => 'tcp',
destinationport => '8000',
ratelimit => '-',
- order => '306',
+ order => '308',
}
shorewall::rule { 'icecast-2':
proto => 'tcp',
destinationport => '8000',
ratelimit => '-',
- order => '307',
+ order => '309',
}
}
}