X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..45dde9418dd342bb1a632d82559201c0b3becf1a:/cookbooks/networking/definitions/firewall_rule.rb diff --git a/cookbooks/networking/definitions/firewall_rule.rb b/cookbooks/networking/definitions/firewall_rule.rb index 09a28af79..0196c4132 100644 --- a/cookbooks/networking/definitions/firewall_rule.rb +++ b/cookbooks/networking/definitions/firewall_rule.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: networking +# Cookbook:: networking # Definition:: firewall_rule # -# Copyright 2011, OpenStreetMap Foundation +# Copyright:: 2011, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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?