]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Add infrastructure for using WAL-E
[chef.git] / cookbooks / networking / attributes / default.rb
index 49bd27a57c27de1600a3e4983271a6e5bc72509a..88a4091f526af4ea058b8b59ee76067cf0ed4fbb 100644 (file)
@@ -1,3 +1,6 @@
+default[:networking][:firewall][:inet] = []
+default[:networking][:firewall][:inet6] = []
+default[:networking][:firewall][:http_connection_limit] = "-"
 default[:networking][:interfaces] = {}
-default[:networking][:nameservers] = [ ]
-default[:networking][:search] = [ ]
+default[:networking][:nameservers] = []
+default[:networking][:search] = []