From 5c1e6f66c65d7648412ef9b73c9deb0c05428eb7 Mon Sep 17 00:00:00 2001 From: Adrian Iurca <45214757+adrianiurca@users.noreply.github.com> Date: Wed, 22 Jul 2020 11:53:36 +0300 Subject: [PATCH] Update firewall.rb --- lib/puppet/type/firewall.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2