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:
parent
33fd50e603
commit
d87786e41e
@ -44,9 +44,8 @@
|
|||||||
"dest": "/etc/heka/heka-{{ swift_service }}.toml",
|
"dest": "/etc/heka/heka-{{ swift_service }}.toml",
|
||||||
"owner": "heka",
|
"owner": "heka",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}
|
}{% if not loop.last %},{% endif %}
|
||||||
{%- if not loop.last %},{% endif %}
|
{% endfor %}
|
||||||
{% endfor -%}
|
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user