Skip to content
Snippets Groups Projects
Commit 9ae8a4d7 authored by Niels Abspoel's avatar Niels Abspoel
Browse files

Fix recursion in api.service

parent e6045d87
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ salt-api:
service.running:
- name: {{ salt_settings.api_service }}
- require:
- service: {{ salt_settings.api_service }}
- service: {{ salt_settings.master_service }}
- watch:
- pkg: salt-master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment