2019-05-06 14:38:54 -04:00
|
|
|
{%- 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
|
2019-05-06 14:38:54 -04:00
|
|
|
|
|
|
|
{%- endif %}
|