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

dpkg provider cleanup #4185

Merged
merged 2 commits into from
Nov 21, 2015
Merged

dpkg provider cleanup #4185

merged 2 commits into from
Nov 21, 2015

Commits on Nov 21, 2015

  1. dpkg provider cleanup

    - :update and :install are now treated the same way and throw the
      same exceptions
    - :remove and :purge don't require the source at all, so don't do
      any checking on that
    - fix some convoluted side-effecty logic in load_current_resource
    - load_current_resource now correctly gets the dpkg state on
      :remove and :purge when the file does not exist (pretty sure
      the old logic did not)
    - fixed the FIXME about using en_US.UTF-8 (the default for shell_out!)
    - just use shell_out! to throw exceptions
    - clean up all the specs and remove all the instance vars from the code
    lamont-granquist committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    04284aa View commit details
    Browse the repository at this point in the history
  2. add CHANGELOG.md

    lamont-granquist committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    1b95e4d View commit details
    Browse the repository at this point in the history