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
The puppet function mysql::password does not allow a second parameter anymore to toggle the return value to be a sensitive. Instead the puppet run fails with a wrong number of arguments message.
Describe the Bug
The puppet function
mysql::password
does not allow a second parameter anymore to toggle the return value to be a sensitive. Instead the puppet run fails with a wrong number of arguments message.This issue has been introduced with #1557
effc684#diff-f63c8340e97cb15646da94767358abc703a41ba144fa217d9585e00b8a04b289L22-R22
Expected Behavior
Steps to Reproduce
Environment
Additional Context
Note: That the rspec test for this case is currently simply skipped instead of testing it. This needs to also be fixed via the same PR.
puppetlabs-mysql/spec/functions/mysql_password_spec.rb
Lines 26 to 30 in 00255c7
The text was updated successfully, but these errors were encountered: