]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Disable unsupported firewall features on boitata
[chef.git] / cookbooks / networking / attributes / default.rb
index e7dcf265cae7853b321c99240c724a0d2ec2d299..f7db87730f14ded5b8d719defc7f30957d654a12 100644 (file)
@@ -2,6 +2,10 @@ default[:networking][:firewall][:inet] = []
 default[:networking][:firewall][:inet6] = []
 default[:networking][:firewall][:http_rate_limit] = "-"
 default[:networking][:firewall][:http_connection_limit] = "-"
+default[:networking][:firewall][:log] = true
+default[:networking][:firewall][:mark] = true
+default[:networking][:firewall][:raw] = true
+default[:networking][:firewall][:mangle] = true
 default[:networking][:interfaces] = {}
 default[:networking][:nameservers] = []
 default[:networking][:search] = []