We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2df558c + a626cf2 commit e8dca83Copy full SHA for e8dca83
1 file changed
lib/puppet/type/firewall.rb
@@ -1090,13 +1090,6 @@ def should_to_s(value)
1090
end
1091
1092
1093
- if value(:jump).to_s == "REDIRECT"
1094
- unless value(:toports)
1095
- self.fail "Parameter jump => REDIRECT missing mandatory toports " \
1096
- "parameter"
1097
- end
1098
1099
-
1100
if value(:jump).to_s == "MASQUERADE"
1101
unless value(:table).to_s =~ /nat/
1102
self.fail "Parameter jump => MASQUERADE only applies to table => nat"
0 commit comments