Skip to content

Commit

Permalink
Merge pull request #147 from quixoten/fix_syntax_error
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
puneetk committed Jun 19, 2015
2 parents 8fcb428 + 645b4c6 commit c21c204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/syndic.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ salt-syndic:
pkg.installed:
- name: {{ salt_settings.salt_syndic }}
{% endif %}
service.running
service.running:
- require:
- service: salt-master
- watch:
Expand Down

0 comments on commit c21c204

Please sign in to comment.