From: Jonathan Boyett Date: Wed, 11 May 2011 18:45:47 +0000 (-0700) Subject: change default forward drop to use the correct chain X-Git-Tag: v0.0.1~62 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4bf2a84c0f6da2c2cd8ea9555285975aee657c83;p=puppet-modules%2Fpuppetlabs-firewall.git change default forward drop to use the correct chain --- diff --git a/examples/iptables/test.pp b/examples/iptables/test.pp index 01bf235..e8dc156 100644 --- a/examples/iptables/test.pp +++ b/examples/iptables/test.pp @@ -79,7 +79,7 @@ firewall { '055 INPUT allow DNS': } firewall { '999 FORWARD drop': - chain => 'OUTPUT', + chain => 'FORWARD', jump => 'DROP' }