]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Drop last traces of old shorewall firewall zones
[chef.git] / cookbooks / networking / attributes / default.rb
index f143d59f9cffb042cfd476fab514cde9b0fe5a46..7ff93c36582b1b3f31df59c5a85218a0d5e8c4ff 100644 (file)
@@ -1,4 +1,3 @@
-default[:networking][:engine] = "netplan"
 default[:networking][:firewall][:enabled] = true
 default[:networking][:firewall][:sets] = []
 default[:networking][:firewall][:helpers] = []
@@ -7,7 +6,6 @@ default[:networking][:firewall][:outgoing] = []
 default[:networking][:firewall][:http_rate_limit] = nil
 default[:networking][:firewall][:http_connection_limit] = nil
 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]
 default[:networking][:search] = []