]> git.openstreetmap.org Git - chef.git/commitdiff
Move GPX importer to spike-01
authorTom Hughes <tom@compton.nu>
Thu, 30 Jun 2016 18:47:23 +0000 (19:47 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 30 Jun 2016 18:47:23 +0000 (19:47 +0100)
roles/spike-01.rb
roles/spike-04.rb

index 455af169ec2777c842d2132aad85a8ce4c620fcc..7ac4eceaead3a90d995efe0fb12544328c0d732a 100644 (file)
@@ -42,6 +42,7 @@ run_list(
   "role[ic]",
   "role[hp-dl360-g6]",
   "role[web-frontend]",
   "role[ic]",
   "role[hp-dl360-g6]",
   "role[web-frontend]",
+  "role[web-gpximport]",
   "role[web-statistics]",
   "role[web-cleanup]"
 )
   "role[web-statistics]",
   "role[web-cleanup]"
 )
index 0d1ec9a01f2a0d43af094825a2016a9979236cea..343a5c59141bc277ba097a158d207d4a287404bd 100644 (file)
@@ -41,7 +41,7 @@ default_attributes(
 run_list(
   "role[bytemark]",
   "role[web-frontend]",
 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]"
 )
 )