Merge pull request #273 from jerrykan/saltapi

Have salt-api service watch the master config files
This commit is contained in:
Forrest 2016-12-07 21:35:14 -08:00 committed by GitHub
commit 13f06a8ae5
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ salt-api:
- name: {{ salt_settings.api_service }}
- require:
- service: {{ salt_settings.master_service }}
{% if salt_settings.install_packages %}
- watch:
{% if salt_settings.install_packages %}
- pkg: salt-api
{% endif %}
- file: salt-master