We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834a996 commit effce69Copy full SHA for effce69
manifests/database/postgresql.pp
@@ -75,6 +75,7 @@
75
user => $database_username,
76
password => $database_password,
77
encoding => 'UTF8',
78
+ locale => 'en_US.UTF-8',
79
grant => 'all',
80
}
81
0 commit comments