Merge "Add newline in grafana template"

This commit is contained in:
Jenkins 2016-09-28 10:51:28 +00:00 committed by Gerrit Code Review
commit 8bde923bba
1 changed files with 1 additions and 0 deletions

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