X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f19679cb866e21ad614d1a9e28eaeab3e9ba0376..4460d5825cf9542ba7f927618bee5ce8e4ae5ff5:/roles/prometheus.rb 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]" )