]> git.openstreetmap.org Git - chef.git/blobdiff - roles/prometheus.rb
Install awscli on prometheus server
[chef.git] / 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]"
 )