]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Allow AWS DNS queries through the firewall
[chef.git] / cookbooks / networking / attributes / default.rb
index eb4ffbc404c022a1321648acd0d7b5ff982de79f..37e0b6533271db22790ad11bacde10a3ae3771ee 100644 (file)
@@ -11,6 +11,7 @@ default[:networking][:firewall][:log] = true
 default[:networking][:firewall][:mark] = true
 default[:networking][:firewall][:raw] = true
 default[:networking][:firewall][:mangle] = true
+default[:networking][:firewall][:whitelist] = []
 default[:networking][:roles] = {}
 default[:networking][:interfaces] = {}
 default[:networking][:nameservers] = %w[8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844]