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 "package" provider for "consul_installation" resource #398

Merged
merged 4 commits into from
Jan 18, 2017

Commits on Jan 17, 2017

  1. package: Remove an attribute "checksum"

    This attribute is not available for "package" resource.
    legal90 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    5855bc5 View commit details
    Browse the repository at this point in the history
  2. package: Use action ":remove" instead of ":uninstall"

    Action ":uninstall"  is not available for "package" resource.
    legal90 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    2c7dd9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a58f10 View commit details
    Browse the repository at this point in the history
  4. package: add "package_provider" option

    It allows to override a provider for "package" resource, for example:
    node.default['consul']['options']['package_provider'] = Chef::Provider::Package::Dpkg
    legal90 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    4559689 View commit details
    Browse the repository at this point in the history