]> 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 0caaa967e695778be8c2e9e44889bb5c1fa2804b..e7dcf265cae7853b321c99240c724a0d2ec2d299 100644 (file)
@@ -1,3 +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] = []