Only watch salt-api package if install_packages=true

Also watch salt-api pkg instead of salt-master one.
This commit is contained in:
Simon Lloyd 2015-08-08 17:58:45 +02:00
parent 03464977dc
commit 02f7b279a1
1 changed files with 3 additions and 1 deletions

View File

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