]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
wordpress: Allow access to robots.txt and similar files
[chef.git] / roles / naga.rb
index 2d8ff88684b182f52a8996dfcca25b4758ff8168..c9b7e00c4b8bf8e8277394f5da8787307985e888 100644 (file)
@@ -12,6 +12,7 @@ default_attributes(
         :bond => {
           :mode => "802.3ad",
           :lacprate => "fast",
+          :xmithashpolicy => "layer3+4",
           :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50]
         }
       },
@@ -33,5 +34,14 @@ default_attributes(
 
 run_list(
   "role[equinix-dub]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[subversion]",
+  "role[trac]",
+  "role[irc]",
+  "role[blogs]",
+  "role[munin]",
+  "role[switch2osm]",
+  "recipe[foundation::owg]",
+  "recipe[foundation::welcome]",
+  "recipe[stateofthemap::container]"
 )