]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Rename firewall tables to avoid any clash with iptables
[chef.git] / cookbooks / networking / attributes / default.rb
index ac47543f1ecc439ee47592974a84bb193c350b4e..829a6465e7290dd0c8ab1fff6d2658570b050944 100644 (file)
@@ -4,7 +4,7 @@ default[:networking][:firewall][:incoming] = []
 default[:networking][:firewall][:outgoing] = []
 default[:networking][:firewall][:http_rate_limit] = "-"
 default[:networking][:firewall][:http_connection_limit] = "-"
-default[:networking][:firewall][:whitelist] = []
+default[:networking][:firewall][:allowlist] = []
 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]