2015-10-07 14:18:22 -04:00
|
|
|
{% import_yaml "consul/defaults.yaml" as defaults %}
|
|
|
|
|
|
|
|
{% set consul = salt['pillar.get']('consul', default=defaults.consul, merge=True) %}
|
2015-10-08 07:49:04 -04:00
|
|
|
|
|
|
|
{% do consul.config.update({'retry_join': consul.config.retry_join or []}) %}
|