-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use as submodule #4
Comments
If you put this formula as a subdirectory to your file_roots, then you can put something like this in your top.sls:
Now both the minion and master states will be run, and you can keep them in their own subdirectory or submodule. Does that answer your question? |
It didn't work like that for me.
In my top.sls I must call
And use it instead. I hope there must be another way. |
Ah, right, forgot the second |
Move everything to root directory for submodule use, Fix #4
I can not see how to use this has a git submodule.
I'm forced to create a state to override all salt:// declarations with include and extend to get things work.
Not being able to use this as submodule reduce the interest of the project from "plug and play" to "cherry pick". And cherry pick won't bring contributions..
I've found no solution for now. But I'm new to saltstack. I may have missed something.
The text was updated successfully, but these errors were encountered: