order => 103,
}
- $munin_port = $node_munin_port ? {
- '' => "4900",
- default => "$node_munin_port",
- }
-
- shorewall::rule { "munin":
- action => 'ACCEPT',
- source => 'net',
- destination => '$FW',
- proto => 'tcp',
- destinationport => "$munin_port",
- ratelimit => '-',
- order => 104,
- }
+ #$munin_port = $node_munin_port ? {
+ # '' => "4900",
+ # default => "$node_munin_port",
+ #}
+
+ #shorewall::rule { "munin":
+ # action => 'ACCEPT',
+ # source => 'net',
+ # destination => '$FW',
+ # proto => 'tcp',
+ # destinationport => "$munin_port",
+ # ratelimit => '-',
+ # order => 104,
+ #}
if $local_net == true {
class { "firewall::local": }