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 ERB.new depracation notices #204

Merged
merged 1 commit into from
May 13, 2024

Conversation

Fabian1976
Copy link
Contributor

This fixes these 2 deprecation warnings which appear on each puppet-run:

Info: Applying configuration version '1711367415'
C:/ProgramData/PuppetLabs/puppet/var/lib/puppet/provider/base_dsc_lite/powershell.rb:153: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments.
C:/ProgramData/PuppetLabs/puppet/var/lib/puppet/provider/base_dsc_lite/powershell.rb:153: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead.

Could you please merge it and publish a new version on the forge?

@Fabian1976 Fabian1976 requested a review from a team as a code owner March 25, 2024 12:02
@CLAassistant
Copy link

CLAassistant commented Mar 25, 2024

CLA assistant check
All committers have signed the CLA.

@jordanbreen28 jordanbreen28 merged commit 4e9f60e into puppetlabs:main May 13, 2024
6 checks passed
@jordanbreen28
Copy link
Contributor

jordanbreen28 commented May 13, 2024

thank you @Fabian1976! We will be releasing this module again shortly.

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.

4 participants