File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ _Private Classes_
32
32
* ` mysql::server::config ` : Private class for MySQL server configuration.
33
33
* ` mysql::server::install ` : Private class for managing MySQL package.
34
34
* ` mysql::server::installdb ` : Builds initial databases on installation.
35
- * ` mysql::server::managed_dirs ` : Binary log configuration requires the mysql user to be present. This must be done after package install
35
+ * ` mysql::server::managed_dirs ` : Binary log configuration requires the mysql user to be present. This must be done after package install.
36
36
* ` mysql::server::providers ` : Convenience class to call each of the three providers with the corresponding hashes provided in mysql::server.
37
37
* ` mysql::server::root_password ` : Private class for managing the root password
38
38
* ` mysql::server::service ` : Private class for managing the MySQL service
Original file line number Diff line number Diff line change 1
1
# @summary
2
- # Binary log configuration requires the mysql user to be present. This must be done after package install
2
+ # Binary log configuration requires the mysql user to be present. This must be done after package install.
3
3
#
4
4
# @api private
5
5
#
You can’t perform that action at this time.
0 commit comments