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

Skip VMs without states defined in salt top file _only_ when executing operation using that top file #2451

Open
marmarek opened this Issue Nov 22, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Nov 22, 2016

Currently qubesctl tool skip VMs for which top file is empty (it checks state.show_top id=VMNAME). It is sensible for state.highstate which would do nothing, but break usage of other commands, like giving state to apply from command line (state.single, state.apply, state.sls...), or even directly calling some salt module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment