We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf4aa4 commit 20f6fa1Copy full SHA for 20f6fa1
manifests/db.pp
@@ -52,7 +52,7 @@
52
define mysql::db (
53
String[1] $user,
54
Variant[String, Sensitive[String]] $password,
55
- String[1] $plugin = 'mysql_native_password',
+ Optional[String[1]] $plugin = undef,
56
Optional[Array[String[1]]] $tls_options = undef,
57
String $dbname = $name,
58
String[1] $charset = 'utf8',
0 commit comments