You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: