]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Add support for rate limit http connections
[chef.git] / cookbooks / networking / attributes / default.rb
index 88a4091f526af4ea058b8b59ee76067cf0ed4fbb..e7dcf265cae7853b321c99240c724a0d2ec2d299 100644 (file)
@@ -1,5 +1,6 @@
 default[:networking][:firewall][:inet] = []
 default[:networking][:firewall][:inet6] = []
+default[:networking][:firewall][:http_rate_limit] = "-"
 default[:networking][:firewall][:http_connection_limit] = "-"
 default[:networking][:interfaces] = {}
 default[:networking][:nameservers] = []