From: Jonathan Boyett Date: Mon, 15 Aug 2011 17:13:25 +0000 (-0700) Subject: fix state array in readme.pp rule X-Git-Tag: v0.0.1~16 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=80ef1e2b1f7da6256c4f5ab53286e9d71c6b9e34;p=puppet-modules%2Fpuppetlabs-firewall.git fix state array in readme.pp rule --- diff --git a/examples/iptables/readme.pp b/examples/iptables/readme.pp index dab9010..07edde8 100644 --- a/examples/iptables/readme.pp +++ b/examples/iptables/readme.pp @@ -1,5 +1,5 @@ firewall { '000 allow packets with valid state': - state => ['RELATED,ESTABLISHED'], + state => ['RELATED', 'ESTABLISHED'], jump => 'ACCEPT', } firewall { '001 allow icmp':