Add newline in grafana template

Grafana service fails while login
because a wrong memcached connection.

TrivialFix

Change-Id: I3b73733cd25bace09f1e478cbb770ba6a5ed85a5
This commit is contained in:
Eduardo Gonzalez 2016-09-26 19:11:01 +02:00
parent 7140bead4b
commit 45ef86177f

View File

@ -25,6 +25,7 @@ ssl_mode = disable
[session]
provider = memcache
provider_config = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
cookie_name = grafana_sess
cookie_secure = false
session_life_time = 86400