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
Fix the postgresql::postgresql_password() function
The changes in #1512 introduced a regression when a hash value is not
explicitly passed:
```
Puppet Server Error: Evaluation Error: Error while evaluating a Function Call, failed to coerce org.jruby.RubySymbol to java.lang.String
```
Fixes#1528
0 commit comments