summaryrefslogtreecommitdiff
path: root/manifests/rfc1918.pp
diff options
context:
space:
mode:
authorMatt Taggart <taggart@riseup.net>2017-02-10 13:33:05 -0800
committerMatt Taggart <taggart@riseup.net>2017-02-10 13:33:05 -0800
commit4b3f8eac5f343b5ecd2354d16e83256b8413e807 (patch)
tree517e1d0a4bfe8799ecff9df391940d5185594412 /manifests/rfc1918.pp
parent47f1ee74666fa00314546d01982461fa79d9da0a (diff)
remove deprecated rfc1918 file
this hasn't been supported since 3.x days
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}"
- }
-}