diff options
Diffstat (limited to 'manifests/rfc1918.pp')
-rw-r--r-- | manifests/rfc1918.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/rfc1918.pp b/manifests/rfc1918.pp new file mode 100644 index 0000000..527c8d0 --- /dev/null +++ b/manifests/rfc1918.pp @@ -0,0 +1,8 @@ +define shorewall::rfc1918( + $action = 'logdrop', + $order='100' +){ + shorewall::entry{"rfc1918.d/${order}-${title}": + line => "${name} ${action}" + } +} |