We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This PR changed string to senstive string. However it complexifies a lot if puppet is used with hiera (and the migration from old puppet dsc to pwshlib is even harder) https://github.com/puppetlabs/Puppet.Dsc/pull/19/files
A suggested solution would be to use a variant as here : https://github.com/voxpupuli/puppet-mongodb/blob/master/lib/puppet/functions/mongodb_password.rb#L9
'Variant[String[1], Sensitive[String[1]]]'
This would allow to use string or sensitive string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This PR changed string to senstive string. However it complexifies a lot if puppet is used with hiera (and the migration from old puppet dsc to pwshlib is even harder)
https://github.com/puppetlabs/Puppet.Dsc/pull/19/files
A suggested solution would be to use a variant as here : https://github.com/voxpupuli/puppet-mongodb/blob/master/lib/puppet/functions/mongodb_password.rb#L9
This would allow to use string or sensitive string
The text was updated successfully, but these errors were encountered: