Skip to content

Commit 3d2272c

Browse files
committed
set plugin to undef for db user to fix acceptance tests
1 parent b5bafdd commit 3d2272c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/db.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
define mysql::db (
5353
String[1] $user,
5454
Variant[String, Sensitive[String]] $password,
55-
String[1] $plugin = 'mysql_native_password',
55+
Optional[String[1]] $plugin = undef,
5656
Optional[Array[String[1]]] $tls_options = undef,
5757
String $dbname = $name,
5858
String[1] $charset = 'utf8',

0 commit comments

Comments
 (0)