]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Drop use of grisu as resolver on shenron
[chef.git] / roles / shenron.rb
index c57441b1149a6adc62090b4c8a93d40d302b3552..564b309ae4d59280fbd4cdb080961a1b3272c05c 100644 (file)
@@ -15,9 +15,6 @@ default_attributes(
         :ignore => %w[in6]
       }
     },
-    :mcelog => {
-      :enabled => false
-    },
     :modules => [
       "it87"
     ]
@@ -45,14 +42,12 @@ override_attributes(
         :gateway => "fe80::1"
       }
     },
-    :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"],
     :private_address => "10.0.16.100"
   }
 )
 
 run_list(
   "role[bytemark]",
-  "role[mail]",
   "role[lists]",
   "role[osqa]"
 )