X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..04743763991d4bd0b536ceaec43439d6b3b4842c:/roles/gateway.rb diff --git a/roles/gateway.rb b/roles/gateway.rb index 653d686f3..d842bf412 100644 --- a/roles/gateway.rb +++ b/roles/gateway.rb @@ -7,12 +7,10 @@ default_attributes( :comment => "Enable forwarding", :parameters => { "net.ipv4.ip_forward" => "1" } } - }, - :exim => { - :relay_from_hosts => [ "10.0.0.0/8"] } ) run_list( - "recipe[bind]" + "recipe[bind]", + "recipe[prometheus::smokeping]" )