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 68a140b commit 834a996Copy full SHA for 834a996
manifests/database/postgresql.pp
@@ -74,6 +74,7 @@
74
postgresql::server::db { $database_name:
75
user => $database_username,
76
password => $database_password,
77
+ encoding => 'UTF8',
78
grant => 'all',
79
}
80
0 commit comments