X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f19679cb866e21ad614d1a9e28eaeab3e9ba0376..5fa9775ad91ab75137f851ac2663adeb8518ee99:/roles/prometheus.rb?ds=inline diff --git a/roles/prometheus.rb b/roles/prometheus.rb index 89aea9357..4ffc2dcbe 100644 --- a/roles/prometheus.rb +++ b/roles/prometheus.rb @@ -2,6 +2,7 @@ name "prometheus" description "Role applied to all prometheus servers" run_list( + "recipe[awscli]", "recipe[prometheus::server]", "recipe[prometheus::smokeping]" )