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