]> git.openstreetmap.org Git - chef.git/commitdiff
Install awscli on prometheus server
authorTom Hughes <tom@compton.nu>
Wed, 11 Oct 2023 18:04:19 +0000 (19:04 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 11 Oct 2023 18:04:19 +0000 (19:04 +0100)
roles/prometheus.rb

index 89aea93577f326e41ab123df8b6a19aaaa060d50..4ffc2dcbe1eb6665f6c95ca0ac87640874a3dd5b 100644 (file)
@@ -2,6 +2,7 @@ name "prometheus"
 description "Role applied to all prometheus servers"
 
 run_list(
+  "recipe[awscli]",
   "recipe[prometheus::server]",
   "recipe[prometheus::smokeping]"
 )