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: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
Copy file name to clipboardExpand all lines: REFERENCE.md
+6-16
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,14 @@
58
58
59
59
### Functions
60
60
61
-
*[`mysql::normalise_and_deepmerge`](#mysqlnormalise_and_deepmerge): Recursively merges two or more hashes together, normalises keys with differing use of dashesh and underscores,
62
-
then returns the resulting hash.
61
+
*[`mysql::normalise_and_deepmerge`](#mysqlnormalise_and_deepmerge): Recursively merges two or more hashes together, normalises keys with differing use of dashes and underscores.
63
62
*[`mysql::password`](#mysqlpassword): Hash a string as mysql's "PASSWORD()" function would do it
64
63
*[`mysql::strip_hash`](#mysqlstrip_hash): When given a hash this function strips out all blank entries.
65
64
*[`mysql_password`](#mysql_password): DEPRECATED. Use the namespaced function [`mysql::password`](#mysqlpassword) instead.
66
65
67
66
### Data types
68
67
69
-
*[`Mysql::Options`](#mysqloptions)
68
+
*[`Mysql::Options`](#mysqloptions): A hash of options structured like the override_options, but not merged with the default options.
70
69
71
70
### Tasks
72
71
@@ -382,8 +381,6 @@ The following parameters are available in the `mysql::client` class:
382
381
*[`install_options`](#install_options)
383
382
*[`package_ensure`](#package_ensure)
384
383
*[`package_manage`](#package_manage)
385
-
*[`service_name`](#service_name)
386
-
*[`service_provider`](#service_provider)
387
384
*[`package_name`](#package_name)
388
385
*[`package_provider`](#package_provider)
389
386
*[`package_source`](#package_source)
@@ -420,14 +417,6 @@ Whether to manage the MySQL client package. Defaults to `true`.
0 commit comments