Skip to content

Commit bf768e9

Browse files
author
Andreas Stuerz
committed
(MODULES-1550) add full stop to summary
1 parent a6f8c92 commit bf768e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _Private Classes_
3232
* `mysql::server::config`: Private class for MySQL server configuration.
3333
* `mysql::server::install`: Private class for managing MySQL package.
3434
* `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.
3636
* `mysql::server::providers`: Convenience class to call each of the three providers with the corresponding hashes provided in mysql::server.
3737
* `mysql::server::root_password`: Private class for managing the root password
3838
* `mysql::server::service`: Private class for managing the MySQL service

Diff for: manifests/server/managed_dirs.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @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.
33
#
44
# @api private
55
#

0 commit comments

Comments
 (0)