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

Workaround a change in behavior of ensure_packages with stdlib #296

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

martijndegouw
Copy link
Contributor

ensure_packages uses all parameters for the hash, but other instances
of ensure_packages['net-tools'] do not all specify exact this before option.

See https://tickets.puppetlabs.com/browse/MODULES-8733
Fixes #275

ensure_packages uses all parameters for the hash, but other instances
of ensure_packages['net-tools'] do not all specify the before option.

See https://tickets.puppetlabs.com/browse/MODULES-8733
Solving issue voxpupuli#275
@bastelfreak bastelfreak added the bug Something isn't working label Nov 3, 2020
@bastelfreak bastelfreak merged commit 0bb6189 into voxpupuli:master Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hard coded dependency net-tools
2 participants