X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/85451f2406230f9a84becb03f825168ff1ea19c1..51a6087726de83e667061b3a97194e94ea130779:/cookbooks/networking/definitions/firewall_rule.rb diff --git a/cookbooks/networking/definitions/firewall_rule.rb b/cookbooks/networking/definitions/firewall_rule.rb index 388470b9c..eb60a684c 100644 --- a/cookbooks/networking/definitions/firewall_rule.rb +++ b/cookbooks/networking/definitions/firewall_rule.rb @@ -25,7 +25,8 @@ define :firewall_rule, :action => :accept do :proto => params[:proto], :dest_ports => params[:dest_ports] || "-", :source_ports => params[:source_ports] || "-", - :rate_limit => params[:rate_limit] || "-" + :rate_limit => params[:rate_limit] || "-", + :connection_limit => params[:connection_limit] || "-" ] if params[:family].nil?