formula-consul/consul/files/server.json
Bahadır Kandemir 3676273bc4 Initial commit
2015-10-07 21:18:22 +03:00

6 lines
160 B
JSON

{
"server": true,
"bootstrap_expect": {{ salt['pillar.get']('consul:bootstrap') }},
"datacenter": "{{ salt['pillar.get']('consul:datacenter') }}"
}