fix(master): don't manage config for saltstack enterprise master plugin
This commit is contained in:
parent
0861312a56
commit
184f338741
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user