From: Adrian Iurca <45214757+adrianiurca@users.noreply.github.com> Date: Wed, 22 Jul 2020 08:53:36 +0000 (+0300) Subject: Update firewall.rb X-Git-Tag: v2.5.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5c1e6f66c65d7648412ef9b73c9deb0c05428eb7;p=puppet-modules%2Fpuppetlabs-firewall.git Update firewall.rb --- diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index db36080..74db820 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -2247,6 +2247,7 @@ Puppet::Type.newtype(:firewall) do # use this parameter with latest version of iptables desc <<-PUPPETCODE Invoke the disable connection tracking for this packet. + This parameter can be used with iptables version >= 1.8.3 PUPPETCODE newvalues(:true, :false) end