]> git.openstreetmap.org Git - chef.git/commitdiff
Add planet role to horntail and norbert
authorTom Hughes <tom@compton.nu>
Fri, 25 Mar 2022 22:30:21 +0000 (22:30 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 25 Mar 2022 22:30:21 +0000 (22:30 +0000)
roles/horntail.rb
roles/norbert.rb

index b1508edb4d8671aac1814402412ea66c4db2fc0d..a7a4cc7832780e45f20926c3defd2a2d575a8b9d 100644 (file)
@@ -33,5 +33,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[planet]"
 )
index 453b4b76a86e9d89415687d85081e41e7800e25f..3cfe2ba370704f868752244d55002d6182e31c51 100644 (file)
@@ -31,5 +31,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[planet]"
 )