]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grindtooth.rb
Bump . ruby-version to 3.1.4
[chef.git] / roles / grindtooth.rb
index 9d1cad866e2cebe63723affb60152802a74f8662..360783ee4938eb685f5364183f45a7f5513aa964 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to grindtooth"
 
 default_attributes(
   :networking => {
-    :engine => "systemd-networkd",
     :interfaces => {
       :internal => {
         :interface => "enp3s0f0.2801",
@@ -24,6 +23,5 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl]",
-  "role[taginfo]"
+  "role[ucl]"
 )