forked from puppetlabs/puppetlabs-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
112 lines (76 loc) · 4.02 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
2012-05-03 - Version 0.3.0
* #14218 Query the database for available privileges
* Add mysql::java class for java connector installation
* Use correct error log location on different distros
* Fix set_mysql_rootpw to properly depend on my.cnf
2012-04-11 - Version 0.2.0
2012-03-19 - William Van Hevelingen <[email protected]>
* (#13203) Add ssl support (f7e0ea5)
2012-03-18 - Nan Liu <[email protected]>
* Travis ci before script needs success exit code. (0ea463b)
2012-03-18 - Nan Liu <[email protected]>
* Fix Puppet 2.6 compilation issues. (9ebbbc4)
2012-03-16 - Nan Liu <[email protected]>
* Add travis.ci for testing multiple puppet versions. (33c72ef)
2012-03-15 - William Van Hevelingen <[email protected]>
* (#13163) Datadir should be configurable (f353fc6)
2012-03-16 - Nan Liu <[email protected]>
* Document create_resources dependency. (558a59c)
2012-03-16 - Nan Liu <[email protected]>
* Fix spec test issues related to error message. (eff79b5)
2012-03-16 - Nan Liu <[email protected]>
* Fix mysql service on Ubuntu. (72da2c5)
2012-03-16 - Dan Bode <[email protected]>
* Add more spec test coverage (55e399d)
2012-03-16 - Nan Liu <[email protected]>
* (#11963) Fix spec test due to path changes. (1700349)
2012-03-07 - François Charlier <[email protected]>
* Add a test to check path for 'mysqld-restart' (b14c7d1)
2012-03-07 - François Charlier <[email protected]>
* Fix path for 'mysqld-restart' (1a9ae6b)
2012-03-15 - Dan Bode <[email protected]>
* Add rspec-puppet tests for mysql::config (907331a)
2012-03-15 - Dan Bode <[email protected]>
* Moved class dependency between sever and config to server (da62ad6)
2012-03-14 - Dan Bode <[email protected]>
* Notify mysql restart from set_mysql_rootpw exec (0832a2c)
2012-03-15 - Nan Liu <[email protected]>
* Add documentation related to osfamily fact. (8265d28)
2012-03-14 - Dan Bode <[email protected]>
* Mention osfamily value in failure message (e472d3b)
2012-03-14 - Dan Bode <[email protected]>
* Fix bug when querying for all database users (015490c)
2012-02-09 - Nan Liu <[email protected]>
* Major refactor of mysql module. (b1f90fd)
2012-01-11 - Justin Ellison <[email protected]>
* Ruby and Python's MySQL libraries are named differently on different distros. (1e926b4)
2012-01-11 - Justin Ellison <[email protected]>
* Per @ghoneycutt, we should fail explicitly and explain why. (09af083)
2012-01-11 - Justin Ellison <[email protected]>
* Removing duplicate declaration (7513d03)
2012-01-10 - Justin Ellison <[email protected]>
* Use socket value from params class instead of hardcoding. (663e97c)
2012-01-10 - Justin Ellison <[email protected]>
* Instead of hardcoding the config file target, pull it from mysql::params (031a47d)
2012-01-10 - Justin Ellison <[email protected]>
* Moved $socket to within the case to toggle between distros. Added a $config_file variable to allow per-distro config file destinations. (360eacd)
2012-01-10 - Justin Ellison <[email protected]>
* Pretty sure this is a bug, 99% of Linux distros out there won't ever hit the default. (3462e6b)
2012-02-09 - William Van Hevelingen <[email protected]>
* Changed the README to use markdown (3b7dfeb)
2012-02-04 - Daniel Black <[email protected]>
* (#12412) mysqltuner.pl update (b809e6f)
2011-11-17 - Matthias Pigulla <[email protected]>
* (#11363) Add two missing privileges to grant: event_priv, trigger_priv (d15c9d1)
2011-12-20 - Jeff McCune <[email protected]>
* (minor) Fixup typos in Modulefile metadata (a0ed6a1)
2011-12-19 - Carl Caum <[email protected]>
* Only notify Exec to import sql if sql is given (0783c74)
2011-12-19 - Carl Caum <[email protected]>
* (#11508) Only load sql_scripts on DB creation (e3b9fd9)
2011-12-13 - Justin Ellison <[email protected]>
* Require not needed due to implicit dependencies (3058feb)
2011-12-13 - Justin Ellison <[email protected]>
* Bug #11375: puppetlabs-mysql fails on CentOS/RHEL (a557b8d)
2011-06-03 - Dan Bode <[email protected]> - 0.0.1
* initial commit