(#14221) Update Modulefile and CHANGELOG for next release
This commit is contained in:
parent
22f59f0b5d
commit
5185cf422c
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
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-04-11 - Version 0.2.0
|
||||||
|
|
||||||
2012-03-19 - William Van Hevelingen <blkperl@cat.pdx.edu>
|
2012-03-19 - William Van Hevelingen <blkperl@cat.pdx.edu>
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
name 'puppetlabs-mysql'
|
name 'puppetlabs-mysql'
|
||||||
version '0.2.0'
|
version '0.3.0'
|
||||||
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
||||||
author 'Puppet Labs'
|
author 'Puppet Labs'
|
||||||
license 'Apache'
|
license 'Apache 2.0'
|
||||||
summary 'Mysql module'
|
summary 'Mysql module'
|
||||||
description 'Mysql module'
|
description 'Mysql module'
|
||||||
project_page 'http://github.com/puppetlabs/puppetlabs-mysql'
|
project_page 'http://github.com/puppetlabs/puppetlabs-mysql'
|
||||||
# dependency 'puppetlabs/create_resources', '>= 1.2.0'
|
|
||||||
|
|
Loading…
Reference in a new issue