]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-04.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / spike-04.rb
index a7535b309a4da11531bfdbee48ea01f72fc5543f..4936947656672a5e9bed427e7b46ca794b474e06 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.21",
         :bond => {
-          :slaves => %w(eth0 eth1)
+          :slaves => %w[em1 em2]
         }
       },
       :external_ipv4 => {
@@ -39,9 +39,9 @@ default_attributes(
 )
 
 run_list(
-  "role[bm]",
+  "role[bytemark]",
   "role[web-frontend]",
- "role[web-gpximport]",
- "role[web-statistics]",
- "role[web-cleanup]"
+  # "role[web-gpximport]",
+  # "role[web-statistics]",
+  # "role[web-cleanup]"
 )