X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/56902701089a341d56da83e4901a1354a7eb225a..60ca9176d9a40297b506caa57bb6f6c40ed3433f:/roles/gateway.rb diff --git a/roles/gateway.rb b/roles/gateway.rb index b9007b86e..a78f04bcf 100644 --- a/roles/gateway.rb +++ b/roles/gateway.rb @@ -14,5 +14,6 @@ default_attributes( ) run_list( - "recipe[bind]" + "recipe[bind]", + "recipe[prometheus::smokeping]" )