X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c30bf38a3bc31371fd5a9da3ebc383bd6236b4d3..2aa675410ebaa640dc3b994fd885a2eebd8dbd67:/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]" )