Skip to content

Commit

Permalink
Merge pull request #500 from M2mobi/enterprise
Browse files Browse the repository at this point in the history
Don't try to manage config for saltstack enterprise master plugin
  • Loading branch information
myii authored Oct 27, 2021
2 parents 0861312 + 184f338 commit d92681d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/master.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d92681d

Please sign in to comment.