]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo in network configuration for cmok and wawel
authorTom Hughes <tom@compton.nu>
Thu, 17 Oct 2024 09:32:02 +0000 (10:32 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 17 Oct 2024 09:32:02 +0000 (10:32 +0100)
roles/cmok.rb
roles/wawel.rb

index 2c16e30c3099e7514874c77f2426bc820ae1ac1f..608abf686973ff349da547107a0f207b4cd0f171 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to cmok"
 
 default_attributes(
   :networking => {
-    :intefaces => {
+    :interfaces => {
       :external => {
         :interface => "ens3",
         :role => :external,
index 69e1e8978eb8f18cf0e0fb41a7bb2c5ee77eac09..06f61419ffae94db4ae13eeb2ed87c64a8215d9b 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to wawel"
 
 default_attributes(
   :networking => {
-    :intefaces => {
+    :interfaces => {
       :external => {
         :interface => "ens3",
         :role => :external,