summaryrefslogtreecommitdiff
path: root/manifests/blacklist.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-06-23 10:50:25 -0400
committerMicah Anderson <micah@riseup.net>2017-06-23 10:50:25 -0400
commit65c3fe2d6084a50e5b0e189d982afe4cbde3f14b (patch)
treee3c1c3683407ba493b90e28af2ddf6ecbe766873 /manifests/blacklist.pp
parente0248f504ada8efb5184f43cbaf61097ce1ddd65 (diff)
parent837fd3f29f09727d5a20514d7549837b8d8b4997 (diff)
Merge branch 'master' into puppet4
Diffstat (limited to 'manifests/blacklist.pp')
-rw-r--r--manifests/blacklist.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/blacklist.pp b/manifests/blacklist.pp
deleted file mode 100644
index afbe216..0000000
--- a/manifests/blacklist.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-define shorewall::blacklist(
- $proto = '-',
- $port = '-',
- $order='100'
-){
- shorewall::entry{"blacklist-${order}-${name}":
- line => "${name} ${proto} ${port}",
- }
-}