summaryrefslogtreecommitdiff
path: root/manifests/rfc1918.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/rfc1918.pp')
-rw-r--r--manifests/rfc1918.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/rfc1918.pp b/manifests/rfc1918.pp
deleted file mode 100644
index 31dce5d..0000000
--- a/manifests/rfc1918.pp
+++ /dev/null
@@ -1,8 +0,0 @@
-define shorewall::rfc1918(
- $action = 'logdrop',
- $order='100'
-){
- shorewall::entry{"rfc1918-${order}-${name}":
- line => "${name} ${action}"
- }
-}