|
12 | 12 | * [`mysql::client`](#mysqlclient): Installs and configures the MySQL client.
|
13 | 13 | * [`mysql::server`](#mysqlserver): Installs and configures the MySQL server.
|
14 | 14 | * [`mysql::server::backup`](#mysqlserverbackup): Create and manage a MySQL backup.
|
15 |
| -* [`mysql::server::monitor`](#mysqlservermonitor): This is a helper class to add a monitoring user to the database |
16 |
| -* [`mysql::server::mysqltuner`](#mysqlservermysqltuner): Manage the MySQLTuner package. |
17 | 15 |
|
18 | 16 | #### Private Classes
|
19 | 17 |
|
@@ -1069,87 +1067,6 @@ Configure the file extension for the compressed backup (when using the mysqldump
|
1069 | 1067 |
|
1070 | 1068 | Default value: ``undef``
|
1071 | 1069 |
|
1072 |
| -### <a name="mysqlservermonitor"></a>`mysql::server::monitor` |
1073 |
| - |
1074 |
| -This is a helper class to add a monitoring user to the database |
1075 |
| - |
1076 |
| -#### Parameters |
1077 |
| - |
1078 |
| -The following parameters are available in the `mysql::server::monitor` class: |
1079 |
| - |
1080 |
| -* [`mysql_monitor_username`](#mysql_monitor_username) |
1081 |
| -* [`mysql_monitor_password`](#mysql_monitor_password) |
1082 |
| -* [`mysql_monitor_hostname`](#mysql_monitor_hostname) |
1083 |
| - |
1084 |
| -##### <a name="mysql_monitor_username"></a>`mysql_monitor_username` |
1085 |
| - |
1086 |
| -Data type: `Any` |
1087 |
| - |
1088 |
| -The username to create for MySQL monitoring. |
1089 |
| - |
1090 |
| -Default value: `''` |
1091 |
| - |
1092 |
| -##### <a name="mysql_monitor_password"></a>`mysql_monitor_password` |
1093 |
| - |
1094 |
| -Data type: `Optional[Variant[String, Sensitive[String]]]` |
1095 |
| - |
1096 |
| -The password to create for MySQL monitoring. |
1097 |
| - |
1098 |
| -Default value: `''` |
1099 |
| - |
1100 |
| -##### <a name="mysql_monitor_hostname"></a>`mysql_monitor_hostname` |
1101 |
| - |
1102 |
| -Data type: `Any` |
1103 |
| - |
1104 |
| -The hostname from which the monitoring user requests are allowed access. |
1105 |
| - |
1106 |
| -Default value: `''` |
1107 |
| - |
1108 |
| -### <a name="mysqlservermysqltuner"></a>`mysql::server::mysqltuner` |
1109 |
| - |
1110 |
| -Manage the MySQLTuner package. |
1111 |
| - |
1112 |
| -#### Parameters |
1113 |
| - |
1114 |
| -The following parameters are available in the `mysql::server::mysqltuner` class: |
1115 |
| - |
1116 |
| -* [`ensure`](#ensure) |
1117 |
| -* [`version`](#version) |
1118 |
| -* [`source`](#source) |
1119 |
| -* [`tuner_location`](#tuner_location) |
1120 |
| - |
1121 |
| -##### <a name="ensure"></a>`ensure` |
1122 |
| - |
1123 |
| -Data type: `Any` |
1124 |
| - |
1125 |
| -Ensures that the resource exists. Valid values are 'present', 'absent'. Defaults to 'present'. |
1126 |
| - |
1127 |
| -Default value: `'present'` |
1128 |
| - |
1129 |
| -##### <a name="version"></a>`version` |
1130 |
| - |
1131 |
| -Data type: `Any` |
1132 |
| - |
1133 |
| -The version to install from the major/MySQLTuner-perl github repository. Must be a valid tag. Defaults to 'v1.3.0'. |
1134 |
| - |
1135 |
| -Default value: `'v1.3.0'` |
1136 |
| - |
1137 |
| -##### <a name="source"></a>`source` |
1138 |
| - |
1139 |
| -Data type: `Any` |
1140 |
| - |
1141 |
| -Source path for the mysqltuner package. |
1142 |
| - |
1143 |
| -Default value: ``undef`` |
1144 |
| - |
1145 |
| -##### <a name="tuner_location"></a>`tuner_location` |
1146 |
| - |
1147 |
| -Data type: `Any` |
1148 |
| - |
1149 |
| -Destination for the mysqltuner package. |
1150 |
| - |
1151 |
| -Default value: `'/usr/local/bin/mysqltuner'` |
1152 |
| - |
1153 | 1070 | ## Defined types
|
1154 | 1071 |
|
1155 | 1072 | ### <a name="mysqldb"></a>`mysql::db`
|
@@ -1639,7 +1556,7 @@ Hash a string as mysql's "PASSWORD()" function would do it
|
1639 | 1556 |
|
1640 | 1557 | #### `mysql::password(Variant[String, Sensitive[String]] $password, Optional[Boolean] $sensitive)`
|
1641 | 1558 |
|
1642 |
| -Hash a string as mysql's "PASSWORD()" function would do it |
| 1559 | +The mysql::password function. |
1643 | 1560 |
|
1644 | 1561 | Returns: `Variant[String, Sensitive[String]]` hash
|
1645 | 1562 | The mysql password hash from the clear text password.
|
|
0 commit comments