Skip to content

Commit

Permalink
Merge pull request #1624 from bastelfreak/defaults
Browse files Browse the repository at this point in the history
(#1619) mysq::db: update charset/collate to utf8mb3/utf8mb3_general_ci
  • Loading branch information
Ramesh7 authored Jul 5, 2024
2 parents 0cb7c16 + 7eb0166 commit 7e46636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/db.pp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
Variant[String, Sensitive[String]] $password,
Optional[Array[String[1]]] $tls_options = undef,
String $dbname = $name,
String[1] $charset = 'utf8',
String[1] $collate = 'utf8_general_ci',
String[1] $charset = 'utf8mb3',
String[1] $collate = 'utf8mb3_general_ci',
String[1] $host = 'localhost',
Variant[String[1], Array[String[1]]] $grant = 'ALL',
Optional[Variant[String[1], Array[String[1]]]] $grant_options = undef,
Expand Down

0 comments on commit 7e46636

Please sign in to comment.