diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index 170b4510b..f5c7174cc 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -1074,10 +1074,9 @@ def should_to_s(value) if value(:set_mark) unless value(:jump).to_s =~ /MARK/ && - value(:chain).to_s =~ /PREROUTING|OUTPUT/ && value(:table).to_s =~ /mangle/ self.fail "Parameter set_mark only applies to " \ - "the PREROUTING or OUTPUT chain of the mangle table and when jump => MARK" + "the mangle table and when jump => MARK" end end