]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Enable netplan for NZ tile caches
[chef.git] / roles / shenron.rb
index 42d25d9d0249185cd3de69be1918f4267d97c9a5..ce00c01c469ca8c7f3127aa26cdcf8ade7fd0931 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 => {
@@ -69,14 +61,10 @@ 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]"
 )