From: Tom Hughes Date: Mon, 16 May 2016 16:39:55 +0000 (+0100) Subject: Enable gpximport, statistics and cleanup roles on spike-01 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/753afbddc313cd84b89dd2300d621495f2668036?ds=sidebyside Enable gpximport, statistics and cleanup roles on spike-01 --- diff --git a/roles/spike-01.rb b/roles/spike-01.rb index 97955daf5..7ac4eceae 100644 --- a/roles/spike-01.rb +++ b/roles/spike-01.rb @@ -42,7 +42,7 @@ run_list( "role[ic]", "role[hp-dl360-g6]", "role[web-frontend]", -# "role[web-gpximport]", -# "role[web-statistics]", -# "role[web-cleanup]" + "role[web-gpximport]", + "role[web-statistics]", + "role[web-cleanup]" )