]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/attributes/default.rb
Remove support for old styl resolver configuration
[chef.git] / cookbooks / networking / attributes / default.rb
1 default[:networking][:firewall][:inet] = []
2 default[:networking][:firewall][:inet6] = []
3 default[:networking][:firewall][:http_rate_limit] = "-"
4 default[:networking][:firewall][:http_connection_limit] = "-"
5 default[:networking][:firewall][:log] = true
6 default[:networking][:firewall][:mark] = true
7 default[:networking][:firewall][:raw] = true
8 default[:networking][:firewall][:mangle] = true
9 default[:networking][:interfaces] = {}
10 default[:networking][:nameservers] = []
11 default[:networking][:search] = []