File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2013-10-03 - Version 2.0.0
2
+
3
+ Summary:
4
+
5
+ This module has been completely refactored and works significantly different.
6
+ The changes are broad and touch almost every piece of the module.
7
+
8
+ See the README.md for full details of all changes and syntax.
9
+ Please remain on 1.0.0 if you don't have time to fully test this in dev.
10
+
11
+ * mysql::server, mysql::client, and mysql::bindings are the primary interface
12
+ classes.
13
+ * mysql::server takes an `options_override` parameter to set my.cnf options,
14
+ with the hash format: { 'section' => { 'thing' => 'value' }}
15
+ * mysql attempts backwards compatibility by forwarding all parameters to
16
+ mysql::server.
17
+
1
18
2013-09-23 - Version 1.0.0
2
19
3
20
Summary:
Original file line number Diff line number Diff line change 1
1
name ' puppetlabs-mysql'
2
- version ' 1 .0.0'
2
+ version ' 2 .0.0-rc1 '
3
3
source ' git://github.com/puppetlabs/puppetlabs-mysql.git'
4
4
author ' Puppet Labs'
5
5
license ' Apache 2.0'
You can’t perform that action at this time.
0 commit comments