From 07d25a20af446f3bbc17e67fdcc505a7b6f6949f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 13 May 2016 14:37:40 +0100 Subject: [PATCH] Enable gpximport, statistics and cleanup roles on spike-04 --- roles/spike-04.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]" ) -- 2.43.2