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
raisePuppet::Error,'Puppet has tried to read an incorrect value from the ' +
216
-
"SALTED-SHA512-PBKDF2 hash. Acceptable fields are 'salt', " +
217
-
"'entropy', or 'iterations'."
219
+
raisePuppet::Error,"Puppet has tried to read an incorrect value from the user #{user_name} in the SALTED-SHA512-PBKDF2 hash. Acceptable fields are 'salt', 'entropy', or 'iterations'."
it"should raise an error if a field other than 'entropy', 'salt', or 'iterations' is passed"do
843
-
expect{provider.class.get_salted_sha512_pbkdf2('othervalue',pbkdf2_embedded_bplist_hash)}.toraise_error(Puppet::Error,/Puppet has tried to read an incorrect value from the SALTED-SHA512-PBKDF2 hash. Acceptable fields are 'salt', 'entropy', or 'iterations'/)
843
+
expect{provider.class.get_salted_sha512_pbkdf2('othervalue',pbkdf2_embedded_bplist_hash,'test_user')}.toraise_error(Puppet::Error,/Puppet has tried to read an incorrect value from the user test_user in the SALTED-SHA512-PBKDF2 hash. Acceptable fields are 'salt', 'entropy', or 'iterations'/)
0 commit comments