example42 / puppet-mysql

Mysql Puppet Module
http://www.example42.com
Other
16 stars 38 forks source link

Unsynced github repository with Forge repository #34

Closed radeksimko closed 11 years ago

radeksimko commented 11 years ago

There's already version 2.0.8 available on Forge, whereas this gihub repo contains 7 months old version 2.0.7.

What's even more strange is that the latest version on Forge (2.0.8) does not contain some commits, which have been applied on this repository, eg. https://github.com/example42/puppet-mysql/pull/24

Am I missing something or it is just somehow totally out-of-sync?

When using module directly from Forge, you can still get these warnings:

Warning: Variable access via 'mysql_db' is deprecated. Use '@mysql_db' instead. template[/tmp/vagrant-puppet/modules-0/mysql/templates/grant.erb]:3
(at /tmp/vagrant-puppet/modules-0/mysql/templates/grant.erb:3:in `block in result')
Warning: Variable access via 'mysql_db' is deprecated. Use '@mysql_db' instead. template[/tmp/vagrant-puppet/modules-0/mysql/templates/grant.erb]:4
(at /tmp/vagrant-puppet/modules-0/mysql/templates/grant.erb:4:in `block in result')
Warning: Variable access via 'mysql_privileges' is deprecated. Use '@mysql_privileges' instead. template[/tmp/vagrant-puppet/modules-0/mysql/templates/grant.erb]:6
(at /tmp/vagrant-puppet/modules-0/mysql/templates/grant.erb:6:in `block in result')
alvagante commented 11 years ago

Just pushed to the Forge the latest version, bumped to 2.1.0 Hope to keep the example42 modules on the Forged more updated, now that I can automate the upload.

(the warning on the templates should have already been fixed (they weren't in the previous Forge version)