Skip to content

Commit c8b0817

Browse files
author
Tom Krouper
committed
Remove control character from manifests/server.pp
A check for ascii characters revealed that the contraction for "do not" was not a valid ascii character, this changes that.
1 parent 207ba9c commit c8b0817

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)