Commit 608d8d7
committed
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 #15281 parent ba8e6d3 commit 608d8d7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments