formula-consul/consul/init.sls

9 lines
215 B
Text
Raw Permalink Normal View History

{%- if pillar.get('consul', {}).get('enabled', True) %}
2016-10-31 16:30:48 -04:00
{% from slspath+"/map.jinja" import consul with context %}
2015-10-07 14:18:22 -04:00
2015-10-22 15:29:19 -04:00
include:
2016-10-31 16:30:48 -04:00
- {{ slspath }}.install
- {{ slspath }}.config
- {{ slspath }}.service
{%- endif %}