]> git.openstreetmap.org Git - chef.git/blobdiff - roles/fafnir.rb
bind: add missing networking dependency
[chef.git] / roles / fafnir.rb
index 81210a2e02bdcae9942145d0340a8c63dadd3a18..2851687d47a7148bf929db1cac2d8a20f88461bc 100644 (file)
@@ -2,13 +2,19 @@ name "fafnir"
 description "Master role applied to fafnir"
 
 default_attributes(
-  :bind => {
-    :clients => "equinix-dub"
-  },
   :dhcpd => {
     :first_address => "10.0.79.1",
     :last_address => "10.0.79.254"
   },
+  :exim => {
+    :routes => {
+      :openstreetmap => {
+        :comment => "openstreetmap.org",
+        :domains => ["openstreetmap.org"],
+        :host => ["shenron.openstreetmap.org"]
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -56,5 +62,6 @@ run_list(
   "role[equinix-dub]",
   "role[hp-g9]",
   "role[gateway]",
+  "role[mail]",
   "recipe[dhcpd]"
 )