2
0

fix(master): don't manage config for saltstack enterprise master plugin

This commit is contained in:
Heinz Wiesinger 2020-04-22 16:12:57 +02:00
parent 0861312a56
commit 184f338741

View File

@ -47,7 +47,9 @@ salt-master:
- source: salt://{{ tplroot }}/files/master.d - source: salt://{{ tplroot }}/files/master.d
{%- endif %} {%- endif %}
- clean: {{ salt_settings.clean_config_d_dir }} - clean: {{ salt_settings.clean_config_d_dir }}
- exclude_pat: _* - exclude_pat:
- _*
- raas.conf
{% if salt_settings.master_service_details.state != 'ignore' %} {% if salt_settings.master_service_details.state != 'ignore' %}
service.{{ salt_settings.master_service_details.state }}: service.{{ salt_settings.master_service_details.state }}:
- enable: {{ salt_settings.master_service_details.enabled }} - enable: {{ salt_settings.master_service_details.enabled }}