2
0

Merge pull request #500 from M2mobi/enterprise

Don't try to manage config for saltstack enterprise master plugin
This commit is contained in:
Imran Iqbal 2021-10-27 17:51:08 +01:00 committed by GitHub
commit d92681deb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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