]> git.openstreetmap.org Git - chef.git/commitdiff
Add hp-g9 role to stormfly-03 and stormfly-04
authorTom Hughes <tom@compton.nu>
Thu, 21 May 2020 11:25:39 +0000 (12:25 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 21 May 2020 11:25:39 +0000 (12:25 +0100)
roles/stormfly-03.rb
roles/stormfly-04.rb

index 31f5d3d164e196a598cf8628cfef16e2fd75267b..5b300590ac54c7fbd2679b29c9f569847d5e7c3a 100644 (file)
@@ -21,5 +21,6 @@ default_attributes(
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-g9]"
 )
index 20a55a9736981b43a050e0830b6b8650d32ce01b..941b67d893bbad1c39641835b415782bcf557586 100644 (file)
@@ -21,5 +21,6 @@ default_attributes(
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-g9]"
 )