]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Add helper support to firewall_rule
[chef.git] / cookbooks / networking / attributes / default.rb
index a672bee7e057f59b237eadb94d1f76405f050e38..e7dcf265cae7853b321c99240c724a0d2ec2d299 100644 (file)
@@ -1,5 +1,7 @@
 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] = []
 default[:networking][:search] = []