Fix string parameter in mesos-dns.conf

TrivialFix

Change-Id: Ib3d6cbc7406889757319dd45995125be69661d93
This commit is contained in:
Michal Rostecki 2016-03-22 09:08:42 +01:00
parent f19b941dff
commit 870cc8c88e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"zk": "zk://{% for host in groups['zookeeper'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:2181{% if not loop.last %},{% endif %}{% endfor %}/mesos",
"refreshSeconds": 60,
"ttl": 60,
"domain": {{ mesos_domain }},
"domain": "{{ mesos_domain }}",
"port": 53,
"resolvers": [{{ mesos_resolvers }}],
"timeout": 5,