-
Notifications
You must be signed in to change notification settings - Fork 112
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
Allow running something else than state.highstate #202
Comments
probably best to just do a state.apply for both, and then populate a list called The problem with not using a highstate, is any modules may not be synced, i can't remember if dynamic modules are synced on the minion starting up, but i know they aren't synced for state.sls, so I would like to see an option added around syncing all, (since refresh def happens with salt-call), and then also add a test to the suite to test that feature. |
I keep making those discoveries about Salt. I'm really a Chef user stuck in a Salt world right now. Thanks for the heads-up / plan. I'll dig and report. |
Thanks again for this info, this just saved me a lot of trouble for something else altogether. Also, part of the answers we seek are here. |
correct, you could optionally just have a |
I think it would be worth having a configuration option to override the salt-apply command / args. See #236 |
Just to bring this full circle, I ended up switching to the shell provisioner. I don't think I had thought the ramifications for my PR through before submitting, so, sorry for the extra noise. :) |
It would be handy to able to test only a specific state.
I have an idea of how to do this, so PR incoming at some point.
The work starts here-ish~.
The text was updated successfully, but these errors were encountered: