Skip to content
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

Issues/29643 fix invalid retcode #31164

Merged

Commits on Feb 12, 2016

  1. Keep context through state execution from the module on reload.

    Module reload performed by salt.state.State produces new instance
    of context injection into the state module. This makes the retcode
    set set at the end of states execution invisible for upstream module
    caller (minion).
    
    This passes current context instance to State to keep it on module
    reload.
    Dmitry Kuzmenko committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    a19054d View commit details
    Browse the repository at this point in the history
  2. Fixed zeromq ReqMessageClient destroy

    Dmitry Kuzmenko committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    7bd97d6 View commit details
    Browse the repository at this point in the history