Skip to content

Commit

Permalink
Merge pull request #86 from Icinga/fix/db_charset-web-icingadb
Browse files Browse the repository at this point in the history
Fix db_charset (UTF8) for the web-icingadb resource
  • Loading branch information
lbetz authored Apr 15, 2023
2 parents 3048659 + ef5299d commit 37569a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/web/icingadb.pp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
db_name => $db_name,
db_username => $db_user,
db_password => $db_pass,
db_charset => 'UTF8',
redis_primary_host => $redis_primary_host,
redis_primary_port => $redis_primary_port,
redis_primary_password => $redis_primary_pass,
Expand Down

0 comments on commit 37569a1

Please sign in to comment.