Browse Source

Merge pull request #474 from sticky-note/fix/service

fix(service): service `salt-master` watch `remove-default-master-conf…
tags/v1.5.1
Imran Iqbal 4 years ago
parent
commit
88b5b451b2
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      salt/master.sls

+ 2
- 0
salt/master.sls View File

remove-default-master-conf-file: remove-default-master-conf-file:
file.absent: file.absent:
- name: {{ salt_settings.config_path }}/master - name: {{ salt_settings.config_path }}/master
- watch_in:
- service: salt-master
{% endif %} {% endif %}


# clean up old _defaults.conf file if they have it around # clean up old _defaults.conf file if they have it around

Loading…
Cancel
Save