5 lines
160 B
JSON
5 lines
160 B
JSON
{
|
|
"server": true,
|
|
"bootstrap_expect": {{ salt['pillar.get']('consul:bootstrap') }},
|
|
"datacenter": "{{ salt['pillar.get']('consul:datacenter') }}"
|
|
}
|