X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..59baf108f689be6bf6258f2acbf50c7ff41dc2ac:/roles/gateway.rb diff --git a/roles/gateway.rb b/roles/gateway.rb index 653d686f3..a78f04bcf 100644 --- a/roles/gateway.rb +++ b/roles/gateway.rb @@ -9,10 +9,11 @@ default_attributes( } }, :exim => { - :relay_from_hosts => [ "10.0.0.0/8"] + :relay_from_hosts => ["10.0.0.0/8"] } ) run_list( - "recipe[bind]" + "recipe[bind]", + "recipe[prometheus::smokeping]" )