]> git.openstreetmap.org Git - chef.git/commitdiff
Enable gpximport, statistics and cleanup roles on spike-04
authorTom Hughes <tom@compton.nu>
Fri, 13 May 2016 13:37:40 +0000 (14:37 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 13 May 2016 13:37:40 +0000 (14:37 +0100)
roles/spike-04.rb

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