From ad3aa8fbb0e6cae26a6f20e3726bdc1c715ead4d Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 14 Sep 2015 17:39:36 -0300 Subject: [PATCH] Fixed ADMIN settings identation --- cookbooks/colab/templates/04-custom_settings.py.erb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cookbooks/colab/templates/04-custom_settings.py.erb b/cookbooks/colab/templates/04-custom_settings.py.erb index 07e7b18..4cac391 100644 --- a/cookbooks/colab/templates/04-custom_settings.py.erb +++ b/cookbooks/colab/templates/04-custom_settings.py.erb @@ -5,11 +5,7 @@ TEMPLATE_DEBUG = False ## System admins ADMINS = [ <%- node['config']['admins'].each do |admin| %> - [ - <%- admin.each do |item| %> - "<%= item %>", - <%- end %> - ], + ("<%= admin[0] %>", "<%= admin[1] %>"), <% end %> ] -- libgit2 0.21.2