]> git.openstreetmap.org Git - chef.git/commitdiff
Add the serverinfo recipe to idris
authorTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 19:33:08 +0000 (20:33 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 19:33:08 +0000 (20:33 +0100)
roles/idris.rb

index ee56fc85a25745cc0b3d43d8d9a46d8edd489c05..efe23914325529b1dbc358700ba130629dff7bca 100644 (file)
@@ -35,5 +35,6 @@ default_attributes(
 run_list(
   "role[equinix-dub]",
   "role[hp-g9]",
 run_list(
   "role[equinix-dub]",
   "role[hp-g9]",
-  "role[oxidized]"
+  "role[oxidized]",
+  "recipe[serverinfo]"
 )
 )