X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eae9091a7de8aa4ebd28957f9b3837ee2b7496ad..030d3fdee8cdceceed1df37740b6177cb978eeba:/cookbooks/networking/definitions/firewall_rule.rb diff --git a/cookbooks/networking/definitions/firewall_rule.rb b/cookbooks/networking/definitions/firewall_rule.rb index eb60a684c..9dc591a53 100644 --- a/cookbooks/networking/definitions/firewall_rule.rb +++ b/cookbooks/networking/definitions/firewall_rule.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -26,7 +26,8 @@ define :firewall_rule, :action => :accept do :dest_ports => params[:dest_ports] || "-", :source_ports => params[:source_ports] || "-", :rate_limit => params[:rate_limit] || "-", - :connection_limit => params[:connection_limit] || "-" + :connection_limit => params[:connection_limit] || "-", + :helper => params[:helper] || "-" ] if params[:family].nil?