mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-02-21 12:14:55 +01:00
The syndic service was depending upon itself, which caused the salt run to fail. This commit fixes that by depending on the salt-master service rather than the salt-syndic service. I also made it more general by using IDs to specify the provider rather than the name, which is a bit less reliable.