X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..e9560afa638f2671a26095198bbb638c8f070369:/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]" )