Skip to content

Commit

Permalink
Merge pull request #146 from quixoten/fix_syndic
Browse files Browse the repository at this point in the history
Fix syndic requisites
  • Loading branch information
puneetk committed Jun 17, 2015
2 parents c358d4d + 8479111 commit 8fcb428
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions salt/syndic.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ salt-syndic:
pkg.installed:
- name: {{ salt_settings.salt_syndic }}
{% endif %}
service:
- running
service.running
- require:
- service: {{ salt_settings.syndic_service }}
- service: salt-master
- watch:
{% if salt_settings.install_packages %}
- pkg: salt-master
{% endif %}
- file: {{ salt_settings.config_path }}/master
- file: salt-master

0 comments on commit 8fcb428

Please sign in to comment.