]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Drop mail gateway role from shenron
[chef.git] / roles / shenron.rb
index c57441b1149a6adc62090b4c8a93d40d302b3552..7bd9acf48c0d6cccce4502e64ab8c84ef71d377c 100644 (file)
@@ -15,9 +15,6 @@ default_attributes(
         :ignore => %w[in6]
       }
     },
-    :mcelog => {
-      :enabled => false
-    },
     :modules => [
       "it87"
     ]
@@ -52,7 +49,6 @@ override_attributes(
 
 run_list(
   "role[bytemark]",
-  "role[mail]",
   "role[lists]",
   "role[osqa]"
 )