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

Remove redundant function icinga2::unwrap #745

Merged
merged 2 commits into from
Dec 22, 2023

Conversation

deric
Copy link
Contributor

@deric deric commented Dec 21, 2023

The function can be safely replaced by a build-in Puppet unwrap() or .unwrap call.

See https://www.puppet.com/docs/puppet/7/function.html#unwrap

@cla-bot cla-bot bot added the cla/signed label Dec 21, 2023
@lbetz
Copy link
Contributor

lbetz commented Dec 21, 2023

Right, can be replaced because we dropped puppet 6 support in #732. But requires Puppet >=v7.9.0!

The function can be safely replaced by a build-in Puppet `unwrap()` or
`.unwrap` call.

See https://www.puppet.com/docs/puppet/7/function.html#unwrap
@lbetz lbetz added this to the v5.0.0 milestone Dec 22, 2023
@lbetz lbetz changed the base branch from main to release/v5.0.0 December 22, 2023 07:26
@lbetz lbetz merged commit 0a4450e into voxpupuli:release/v5.0.0 Dec 22, 2023
1 check passed
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.

2 participants