]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
put pummelzacken in import mode
[chef.git] / roles / shenron.rb
index 2634ec0d2c63f13a8df83007edf5fcd0683be365..9009c08245aabe597d4c4f1a10caf42ccedaf50a 100644 (file)
@@ -2,14 +2,6 @@ name "shenron"
 description "Master role applied to shenron"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :bretth => {
-        :status => :user,
-        :shell => "/usr/bin/git-shell"
-      }
-    }
-  },
   :apache => {
     :mpm => "event",
     :event => {
@@ -21,6 +13,9 @@ default_attributes(
     :sources => ["brightbox-ruby-ng"]
   },
   :hardware => {
+    :mcelog => {
+      :enabled => false
+    },
     :modules => [
       "it87"
     ]
@@ -66,14 +61,11 @@ run_list(
   "role[bytemark]",
   "role[mail]",
   "role[lists]",
-  "role[git]",
   "role[subversion]",
   "role[trac]",
   "role[osqa]",
   "role[irc]",
-  "role[dns]",
   "role[geodns]",
-  "role[chef-repository]",
   "recipe[blogs]",
   "recipe[openvpn]"
 )