]> 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 0d1ec9a01f2a0d43af094825a2016a9979236cea..4936947656672a5e9bed427e7b46ca794b474e06 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.21",
         :bond => {
-          :slaves => %w(em1 em2)
+          :slaves => %w[em1 em2]
         }
       },
       :external_ipv4 => {
@@ -41,7 +41,7 @@ default_attributes(
 run_list(
   "role[bytemark]",
   "role[web-frontend]",
-  "role[web-gpximport]",
- "role[web-statistics]",
- "role[web-cleanup]"
+  "role[web-gpximport]",
+  # "role[web-statistics]",
+  # "role[web-cleanup]"
 )