We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8974f16 commit a221327Copy full SHA for a221327
REFERENCE.md
@@ -462,7 +462,7 @@ Data type: `Any`
462
Manage MySQL system directories which described in the section `[mysqld]` of the configuration file
463
`my.cnf`
464
465
-Default value: `undef`
+Default value: `$mysql::params::managed_dirs`
466
467
##### `options`
468
manifests/server.pp
@@ -88,7 +88,7 @@
88
$remove_default_accounts = false,
89
$restart = $mysql::params::restart,
90
$root_group = $mysql::params::root_group,
91
- $managed_dirs = undef,
+ $managed_dirs = $mysql::params::managed_dirs,
92
$mysql_group = $mysql::params::mysql_group,
93
$mycnf_owner = $mysql::params::mycnf_owner,
94
$mycnf_group = $mysql::params::mycnf_group,
0 commit comments