You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/server.pp
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
# @param manage_config_file
23
23
# Whether the MySQL configuration file should be managed. Valid values are `true`, `false`. Defaults to `true`.
24
24
# @param 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.
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.
26
26
# @param override_options
27
27
# Specifies override options to pass into MySQL. Structured like a hash in the my.cnf file: See above for usage details.
0 commit comments