X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/fafnir.rb diff --git a/roles/fafnir.rb b/roles/fafnir.rb index 81210a2e0..8261d7afd 100644 --- a/roles/fafnir.rb +++ b/roles/fafnir.rb @@ -9,6 +9,16 @@ default_attributes( :first_address => "10.0.79.1", :last_address => "10.0.79.254" }, + :exim => { + :smarthost_name => "fafnir.openstreetmap.org", + :routes => { + :openstreetmap => { + :comment => "openstreetmap.org", + :domains => ["openstreetmap.org"], + :host => ["shenron.openstreetmap.org"] + } + } + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -56,5 +66,6 @@ run_list( "role[equinix-dub]", "role[hp-g9]", "role[gateway]", + "role[mail]", "recipe[dhcpd]" )