]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Update firewall.rb
authorAdrian Iurca <45214757+adrianiurca@users.noreply.github.com>
Wed, 22 Jul 2020 08:53:36 +0000 (11:53 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 08:53:36 +0000 (11:53 +0300)
lib/puppet/type/firewall.rb

index db36080df21cc9f3380af9bfb768ffc142b9807e..74db820c5f1ce202b6711b7facc465edfe0d5220 100644 (file)
@@ -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