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

[2018.3] Fix to pkg.installed for sources and hold: True #50333

Commits on Oct 31, 2018

  1. pkg.installed currently fails when sources is used along with hold: T…

    …rue. This was due to a change in saltstack#48426 that swapped out sending the pkgs variable for the desired variable instead.  This caused problems with pkg.hold because desired and sources are always populated, and pkg.hold can only include one or the other.  This change just includes desired in the call to pkg.hold since desired has the same value for sources.
    garethgreenaway committed Oct 31, 2018
    Copy the full SHA
    6e96728 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Copy the full SHA
    7bc9b3d View commit details
    Browse the repository at this point in the history