summaryrefslogtreecommitdiff
path: root/puppet/modules/shorewall/manifests/rules/out/munin.pp
blob: 004a3d5bad64c70c319e79f001bb9f1dae20d8f7 (plain)
1
2
3
4
5
6
7
8
9
10
class shorewall::rules::out::munin {
  shorewall::rule { 'me-net-rcp_muninhost':
    source          => '$FW',
    destination     => 'net',
    proto           => 'tcp',
    destinationport => '4949',
    order           => 340,
    action          => 'ACCEPT';
  }
}