Change Jinja2 expressions in heka.json.j2

This follows up on a review comment from sdake [*] and change the
Jinja2 expressions used in heka.json.j2.

[*] <https://review.openstack.org/#/c/283118/3/ansible/roles/common/templates/heka.json.j2@49>

TrivialFix

Change-Id: I20ee5084cfef6acf53a737757fe727df5b4e9fce
This commit is contained in:
Éric Lemoine 2016-02-23 09:39:44 +01:00
parent 33fd50e603
commit d87786e41e

View File

@ -44,9 +44,8 @@
"dest": "/etc/heka/heka-{{ swift_service }}.toml",
"owner": "heka",
"perm": "0600"
}
{%- if not loop.last %},{% endif %}
{% endfor -%}
}{% if not loop.last %},{% endif %}
{% endfor %}
]
}