From db3d6cbfffc4e757a0e8f69bc7c35fb2e1be6856 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 26 Feb 2015 10:06:33 -0300 Subject: [PATCH] integration_server: make run_list more readable --- config/roles/integration_server.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/roles/integration_server.rb b/config/roles/integration_server.rb index 7dc63cb..6113a4c 100644 --- a/config/roles/integration_server.rb +++ b/config/roles/integration_server.rb @@ -3,4 +3,11 @@ description "Server that runs COLAB (user authentication, visual integration and # TODO colab and mailman-api should be able to run in separate hosts at some # point in the future -run_list 'recipe[mailman-api]', 'recipe[mailman]', 'recipe[mailman::webui]', 'recipe[colab]', 'recipe[basics::nginx]', 'recipe[colab::nginx]' +run_list *[ + 'recipe[mailman-api]', + 'recipe[mailman]', + 'recipe[mailman::webui]', + 'recipe[colab]', + 'recipe[basics::nginx]', + 'recipe[colab::nginx]', +] -- libgit2 0.21.2