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 2c54c11 commit e4ab1d3Copy full SHA for e4ab1d3
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',
+ String[1] $plugin = 'mysql_native_password',
56
Optional[Array[String[1]]] $tls_options = undef,
57
String $dbname = $name,
58
String[1] $charset = 'utf8',
0 commit comments