formula-consul/consul/map.jinja
2016-10-31 20:30:48 +00:00

6 lines
220 B
Django/Jinja

{% import_yaml slspath+"/defaults.yaml" as defaults %}
{% set consul = salt['pillar.get']('consul', default=defaults.consul, merge=True) %}
{% do consul.config.update({'retry_join': consul.config.retry_join or []}) %}