Merge "Fix string parameter in mesos-dns.conf"

This commit is contained in:
Jenkins 2016-03-29 12:27:12 +00:00 committed by Gerrit Code Review
commit a418a8a36a
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,