summaryrefslogtreecommitdiff
path: root/manifests/blrules.pp
diff options
context:
space:
mode:
authorMatt Taggart <taggart@riseup.net>2017-02-10 13:08:12 -0800
committerMatt Taggart <taggart@riseup.net>2017-02-10 13:08:12 -0800
commit8552753d9e3ab7662e618c54875e626a2b6926e9 (patch)
tree711e4aa6edee54c298bd44d6e8cbf9436bcd02c4 /manifests/blrules.pp
parent054ccc9e8ee0a03e98165ee44f113ce7ccf3bc5c (diff)
remove deprecated blacklist
the blacklist file was deprecated by upstream in 4.5.7, remove all references to them. Debian wheezy shipped with 4.5.5.3-3 (but could use a backport) and jessie has 4.6.4.3-2 currently.
Diffstat (limited to 'manifests/blrules.pp')
-rw-r--r--manifests/blrules.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/blrules.pp b/manifests/blrules.pp
index b8fe73f..d6b5550 100644
--- a/manifests/blrules.pp
+++ b/manifests/blrules.pp
@@ -5,11 +5,11 @@
# shorewall::interface { 'br0':
# zone => 'net',
# rfc1918 => true,
-# options => 'tcpflags,blacklist,nosmurfs,routeback,bridge';
+# options => 'tcpflags,nosmurfs,routeback,bridge';
# }
#
# class { 'shorewall::blrules':
-# options => 'tcpflags,blacklist,nosmurfs,routeback,bridge',
+# options => 'tcpflags,nosmurfs,routeback,bridge',
# whitelists => [
# "net:10.0.0.1,192.168.0.1 all",
# ],