Skip to content

Commit 834a996

Browse files
authored
Use encoding when creating the DB
1 parent 68a140b commit 834a996

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/database/postgresql.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
postgresql::server::db { $database_name:
7575
user => $database_username,
7676
password => $database_password,
77+
encoding => 'UTF8',
7778
grant => 'all',
7879
}
7980

0 commit comments

Comments
 (0)