formula-consul/consul/map.jinja
Bahadır Kandemir 80dab3058f Retry join
2015-10-08 14:49:04 +03:00

6 lines
218 B
Django/Jinja

{% import_yaml "consul/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 []}) %}