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
+15
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
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).
- Handle cron package from different module [\#1306](https://github.com/puppetlabs/puppetlabs-mysql/pull/1306) ([ashish1099](https://github.com/ashish1099))
12
+
-\(IAC-746\) - Add ubuntu 20.04 support [\#1303](https://github.com/puppetlabs/puppetlabs-mysql/pull/1303) ([david22swan](https://github.com/david22swan))
13
+
-\(MODULES-1550\) add new Feature MySQL login paths [\#1295](https://github.com/puppetlabs/puppetlabs-mysql/pull/1295) ([andeman](https://github.com/andeman))
- change split on whitespace to split on tab in mysql\_user [\#1233](https://github.com/puppetlabs/puppetlabs-mysql/pull/1233) ([koshatul](https://github.com/koshatul))
*[`mysql::normalise_and_deepmerge`](#mysqlnormalise_and_deepmerge): Recursively merges two or more hashes together, normalises keys with differing use of dashesh and underscores,
62
61
then returns the resulting hash.
63
62
*[`mysql::password`](#mysqlpassword): Hash a string as mysql's "PASSWORD()" function would do it
@@ -68,14 +67,6 @@ then returns the resulting hash.
68
67
69
68
*[`Mysql::Options`](#mysqloptions):
70
69
71
-
**Data types**
72
-
73
-
*[`Mysql::Options`](#mysqloptions):
74
-
75
-
**Data types**
76
-
77
-
*[`Mysql::Options`](#mysqloptions):
78
-
79
70
**Tasks**
80
71
81
72
*[`export`](#export): Allows you to backup your database to local file.
@@ -465,15 +456,6 @@ Whether the MySQL configuration file should be managed. Valid values are `true`,
465
456
466
457
Default value: $mysql::params::manage_config_file
467
458
468
-
##### `managed_dirs`
469
-
470
-
Data type: `Any`
471
-
472
-
Manage MySQL system directories which described in the section `[mysqld]` of the configuration file
473
-
`my.cnf`
474
-
475
-
Default value: `$mysql::params::managed_dirs`
476
-
477
459
##### `options`
478
460
479
461
Data type: `Mysql::Options`
@@ -674,6 +656,14 @@ This parameter no longer does anything. It exists only for backwards compatibili
674
656
675
657
Default value: `undef`
676
658
659
+
##### `managed_dirs`
660
+
661
+
Data type: `Any`
662
+
663
+
664
+
665
+
Default value: $mysql::params::managed_dirs
666
+
677
667
##### `create_root_login_file`
678
668
679
669
Data type: `Any`
@@ -918,6 +908,14 @@ Specifies an array of optional arguments which should be passed through to the b
918
908
919
909
Default value: []
920
910
911
+
##### `install_cron`
912
+
913
+
Data type: `Any`
914
+
915
+
Manage installation of cron package
916
+
917
+
Default value: `true`
918
+
921
919
### mysql::server::monitor
922
920
923
921
This is a helper class to add a monitoring user to the database
@@ -1381,37 +1379,6 @@ The name of the user. This uses the 'username@hostname' or username@hostname.
1381
1379
1382
1380
## Functions
1383
1381
1384
-
### mysql::mysql_password
1385
-
1386
-
Type: Ruby 4.x API
1387
-
1388
-
---- original file header ----
1389
-
1390
-
Hash a string as mysql's "PASSWORD()" function would do it
1391
-
1392
-
@param[String] password Plain text password.
1393
-
1394
-
@return[String] the mysql password hash from the clear text password.
1395
-
1396
-
#### `mysql::mysql_password(Any *$args)`
1397
-
1398
-
---- original file header ----
1399
-
1400
-
Hash a string as mysql's "PASSWORD()" function would do it
1401
-
1402
-
@param[String] password Plain text password.
1403
-
1404
-
@return[String] the mysql password hash from the clear text password.
1405
-
1406
-
Returns: `Data type` Describe what the function returns here
1407
-
1408
-
##### `*args`
1409
-
1410
-
Data type: `Any`
1411
-
1412
-
The original array of arguments. Port this to individually managed params
1413
-
to get the full benefit of the modern function API.
0 commit comments