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

Fix return code of puppet module #43765

Merged

Commits on Sep 26, 2017

  1. Fix return code of puppet module

    Fixes saltstack#43762. Successful puppet return codes are 0 and 2. When return code
    is 2 salt will fail. puppet.py intercepted that for the json return,
    however, the salt job will still fail, because it only parses the return
    code of the actual process. This commit changes the actual process to
    return 0 for 0 and 2.
    Benjamin Schiborr authored and Benjamin Schiborr committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    5c41268 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    0a2a2ed View commit details
    Browse the repository at this point in the history