summaryrefslogtreecommitdiff
path: root/manifests/rfc1918.pp
blob: 31dce5dc4bcf6a5553d7e2adb5762c950841e26b (plain)
1
2
3
4
5
6
7
8
define shorewall::rfc1918(
    $action = 'logdrop',
    $order='100'
){
    shorewall::entry{"rfc1918-${order}-${name}":
        line => "${name} ${action}"
    }   
}