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

Fixing deprecated and escapted warnings #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Guillaume001
Copy link

@Guillaume001 Guillaume001 commented Jul 24, 2021

Hello,

When I used your module with puppet bolt version 3.7.0 several warnings appeared. I corrected the 3 points underlined by the compiler.

192.168.20.100: .modules/netbox/data/common.yaml: file does not contain a valid yaml hash 192.168.20.100: This method is deprecated, please use postgresql::postgresql_password instead. at [".modules/netbox/manifests/database.pp", 40] (location: .modules/stdlib/lib/puppet/functions/deprecation.rb:36:in 'deprecation') 192.168.20.100: Unrecognized escape sequence '\[' (file: .modules/netbox/manifests/config.pp, line: 246, column: 88) 192.168.20.100: Unrecognized escape sequence '\]' (file: .modules/netbox/manifests/config.pp, line: 246, column: 88)

I hope that this will be favorable for you to merge.

Sincerely,
Guillaume

@Guillaume001 Guillaume001 changed the title Fixing deprecated and escapted Fixing deprecated and escapted warnings Jul 24, 2021
@quasigeek
Copy link

I use these fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants