Skip to content

Commit 16b1c8c

Browse files
authoredJul 1, 2020
Merge pull request #1312 from tomkrouper/modules-10723
Remove control character from manifests/server.pp
2 parents 207ba9c + c8b0817 commit 16b1c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎manifests/server.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# @param manage_config_file
2323
# Whether the MySQL configuration file should be managed. Valid values are `true`, `false`. Defaults to `true`.
2424
# @param options
25-
# A hash of options structured like the override_options, but not merged with the default options. Use this if you dont want your options merged with the default options.
25+
# A hash of options structured like the override_options, but not merged with the default options. Use this if you don't want your options merged with the default options.
2626
# @param override_options
2727
# Specifies override options to pass into MySQL. Structured like a hash in the my.cnf file: See above for usage details.
2828
# @param package_ensure

0 commit comments

Comments
 (0)