]> git.openstreetmap.org Git - chef.git/commitdiff
Enable netplan for NZ tile caches
authorTom Hughes <tom@compton.nu>
Wed, 20 Mar 2019 22:17:38 +0000 (22:17 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 20 Mar 2019 22:17:38 +0000 (22:17 +0000)
roles/tuatara.rb
roles/waima.rb

index a7c24b2315efe5966555bdb118d706360f3b892d..afad1ab8286642c776af2b091b97855a9c1f3d57 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to tuatara"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eno1",
index 32321cc90744b36031353648ac47c7027e3e45e7..405e255c1c4b04c062c1bd889acc914a520969c8 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to waima"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens3",