aboutsummaryrefslogtreecommitdiff
path: root/manifests/rules/out/munin.pp
blob: 7b0a0150c58b8680bb857a8c961934ffcb003df4 (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';
    }
}