]> git.openstreetmap.org Git - chef.git/commitdiff
Drop unused support for conntrack helpers
authorTom Hughes <tom@compton.nu>
Tue, 7 Mar 2023 19:14:35 +0000 (19:14 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 7 Mar 2023 19:14:35 +0000 (19:14 +0000)
cookbooks/networking/resources/firewall_rule.rb

index 6e6c72585a84923ebf3c354e419f2be40a08045d..e5f07dca64fbd24866d50e3a1d87f33abc72360c 100644 (file)
@@ -33,7 +33,6 @@ property :dest_ports, :kind_of => [String, Integer, Array]
 property :source_ports, :kind_of => [String, Integer, Array]
 property :rate_limit, :kind_of => String, :default => "-"
 property :connection_limit, :kind_of => [String, Integer], :default => "-"
-property :helper, :kind_of => String, :default => "-"
 
 property :compile_time, TrueClass, :default => true