From 57b4e19e89dbd7c82b813623d466456058a93786 Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Tue, 12 Jun 2012 10:22:05 -0600 Subject: [PATCH] The trailing comma caused the links to not parse for me. --- deployment/puppet/horizon/templates/local_settings.py.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/puppet/horizon/templates/local_settings.py.erb b/deployment/puppet/horizon/templates/local_settings.py.erb index bcee481d69..73abd850d7 100644 --- a/deployment/puppet/horizon/templates/local_settings.py.erb +++ b/deployment/puppet/horizon/templates/local_settings.py.erb @@ -77,7 +77,7 @@ QUANTUM_ENABLED = True <% end -%> # If you have external monitoring links, eg: -EXTERNAL_MONITORING = <% if horizon_app_links %><%= horizon_app_links %>,<% else %>[ ]<% end %> +EXTERNAL_MONITORING = <% if horizon_app_links %><%= horizon_app_links %><% else %>[ ]<% end %> LOGGING = { 'version': 1, # When set to True this will disable all logging except