]> git.openstreetmap.org Git - chef.git/commitdiff
Disable gpximport, statistics and cleanup roles on spike-04
authorTom Hughes <tom@compton.nu>
Mon, 16 May 2016 15:07:47 +0000 (16:07 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 16 May 2016 15:07:47 +0000 (16:07 +0100)
roles/spike-04.rb

index 1248e9f4cc9452a2e6947e02c7fb235e4855dac0..c52350ea820e16d27f220a7756c9defb1b79e662 100644 (file)
@@ -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]"
 )