]> git.openstreetmap.org Git - chef.git/commitdiff
Install basic prometheus node exporter on UCL machines
authorTom Hughes <tom@compton.nu>
Fri, 11 Sep 2020 14:02:38 +0000 (15:02 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 11 Sep 2020 14:02:38 +0000 (15:02 +0100)
roles/ucl.rb

index 27064ea2359a8a42a83c83705ae899c20a1b3777..7f74979a5e81070e07f963df9e3c2e0d72481209 100644 (file)
@@ -33,5 +33,6 @@ override_attributes(
 )
 
 run_list(
-  "role[gb]"
+  "role[gb]",
+  "recipe[prometheus]"
 )