formula-consul/consul-template/map.jinja
George Robinson 347937ad46 Separate consul and consul-template states
Break up the consul formula into two states: consul and consul-template
such that it is possible to install consul without consul-template.

Update consul and consul-template to 0.6.4 and 0.14.0 respectively.

Consul template can now be configured with pillars.
2016-04-24 11:20:31 +01:00

4 lines
175 B
Django/Jinja

{% import_yaml "consul-template/defaults.yaml" as defaults %}
{% set consul_template = salt['pillar.get']('consul_template', default=defaults.consul_template, merge=True) %}