formula-consul/consul/files/server.json

6 lines
160 B
JSON
Raw Normal View History

2015-10-07 14:18:22 -04:00
{
"server": true,
"bootstrap_expect": {{ salt['pillar.get']('consul:bootstrap') }},
"datacenter": "{{ salt['pillar.get']('consul:datacenter') }}"
}