]> git.openstreetmap.org Git - chef.git/blobdiff - roles/fafnir.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / fafnir.rb
index 81210a2e02bdcae9942145d0340a8c63dadd3a18..8261d7afda3d531468abf8812e54b32852259571 100644 (file)
@@ -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]"
 )