Skip to content

Commit effce69

Browse files
authored
set locale
1 parent 834a996 commit effce69

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
@@ -75,6 +75,7 @@
7575
user => $database_username,
7676
password => $database_password,
7777
encoding => 'UTF8',
78+
locale => 'en_US.UTF-8',
7879
grant => 'all',
7980
}
8081

0 commit comments

Comments
 (0)