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

Default package versions to installed instead of present #701

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Sep 2, 2021

The release of puppetlabs-stdlib included a change to ensure_packages
that defaults to installed rather than present. Additionally, if
ensure_packages provides an override set to present, this is internally
converted to installed. Thus any previous test that checked for present
fails.

This updates the tests to check for installed and updates the defaults
within the module from present to installed to match the default behavior
of ensure_packages.

Ref: puppetlabs/puppetlabs-stdlib@842992e

The release of puppetlabs-stdlib included a change to ensure_packages
that defaults to installed rather than present. Additionally, if
ensure_packages provides an override set to present, this is internally
converted to installed. Thus any previous test that checked for present
fails.

This updates the tests to check for installed and updates the defaults
within the module from present to installed to match the default behavior
of ensure_packages.

Ref: puppetlabs/puppetlabs-stdlib@842992e
@ekohl ekohl merged commit 27b9401 into theforeman:master Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants