From: Tom Hughes Date: Thu, 17 Oct 2024 09:32:02 +0000 (+0100) Subject: Fix typo in network configuration for cmok and wawel X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/fd0feed4eda1d320842890e8fa77906578dd4008 Fix typo in network configuration for cmok and wawel --- diff --git a/roles/cmok.rb b/roles/cmok.rb index 2c16e30c3..608abf686 100644 --- a/roles/cmok.rb +++ b/roles/cmok.rb @@ -3,7 +3,7 @@ description "Master role applied to cmok" default_attributes( :networking => { - :intefaces => { + :interfaces => { :external => { :interface => "ens3", :role => :external, diff --git a/roles/wawel.rb b/roles/wawel.rb index 69e1e8978..06f61419f 100644 --- a/roles/wawel.rb +++ b/roles/wawel.rb @@ -3,7 +3,7 @@ description "Master role applied to wawel" default_attributes( :networking => { - :intefaces => { + :interfaces => { :external => { :interface => "ens3", :role => :external,