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