From: Tom Hughes Date: Fri, 13 May 2016 13:37:40 +0000 (+0100) Subject: Enable gpximport, statistics and cleanup roles on spike-04 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/07d25a20af446f3bbc17e67fdcc505a7b6f6949f Enable gpximport, statistics and cleanup roles on spike-04 --- diff --git a/roles/spike-04.rb b/roles/spike-04.rb index c52350ea8..1248e9f4c 100644 --- a/roles/spike-04.rb +++ b/roles/spike-04.rb @@ -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]" )