]> git.openstreetmap.org Git - chef.git/commitdiff
Remove a few legacy settings
authorTom Hughes <tom@compton.nu>
Tue, 15 Sep 2020 16:23:21 +0000 (17:23 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 15 Sep 2020 16:23:21 +0000 (17:23 +0100)
cookbooks/networking/templates/default/shorewall-interfaces.erb
roles/db.rb

index 74d88122f4957f2015b0f56329683389d5dc8a70..b6a7217270e226731eb789a0492f37ad72502f83 100644 (file)
@@ -12,5 +12,4 @@ net   <%= interface[:interface] %>            nosmurfs,tcpflags
 <% end -%>
 <% end -%>
 <% end -%>
-loc    tun+            nosmurfs,tcpflags
 loc    wg+             nosmurfs,tcpflags
index c4bd4cfa4ecbcab4c5f6c864af500495782b0537..bb567e240c2aedfd6a8170d1bc022482ef863aad 100644 (file)
@@ -50,7 +50,6 @@ default_attributes(
         :cpu_tuple_cost => "0.1",
         :log_min_duration_statement => "1000",
         :late_authentication_rules => [
-          { :address => "10.0.16.0/20" },
           { :address => "10.0.32.0/20" },
           { :address => "10.0.48.0/20" }
         ]