]> git.openstreetmap.org Git - chef.git/commitdiff
Fix default route for kokosnuss
authorTom Hughes <tom@compton.nu>
Mon, 13 Apr 2020 15:58:18 +0000 (16:58 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 13 Apr 2020 15:58:18 +0000 (16:58 +0100)
roles/kokosnuss.rb

index 6d375be4dabb03591fb2d0a2f5fdaa2047031511..809601fd741daa16fca79beaab261f4f99bb2651 100644 (file)
@@ -13,9 +13,7 @@ default_attributes(
         :family => :inet,
         :address => "85.214.255.86",
         :prefix => "32",
-        :routes => {
-          "0.0.0.0/0" => { :metric => 100 }
-        }
+        :gateway => "85.214.255.86"
       }
     }
   },