Closed whiskybar closed 7 years ago
Yes, this is expected behavior, purely because they all get loaded into the same dictionary. However, namespacing like we use in states would be very useful. Thanks for the request!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
master.conf:
file1.sls:
file2.sls:
Basically,
mkdir /srv
never gets executed. I believe the reactor formulas should live in their own namespace, just like state formulas do in separate files.Both reactors render, but then the formula1 from file2.sls overwrites the formula1 from file1.sls in the reactor space and only this get executed.