Correct services template

This commit is contained in:
Bahadır Kandemir 2015-10-10 01:21:19 +03:00
parent 77695911ef
commit 633eb6c41e

View file

@ -1,6 +1,4 @@
{% from "consul/map.jinja" import consul with context %}
{
"services": {
{% consul.register | json %}
}
"services": {{ consul.register | json }}
}