diff --git a/CHANGELOG b/CHANGELOG index 10351dfc..5f1eca49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,4 @@ +* 2012-11-02 1.0. +- add inifile as a dep * 2012-11-02 1.0.0 - initial release for folsom diff --git a/Modulefile b/Modulefile index 4d274a97..98c27cba 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppet-cinder' -version '1.0.0' +version '1.0.1' source 'https://github.com/puppetlabs/puppetlabs-cinder' author 'Joe Topjian, Dan Bode' license 'Apache License 2.0' @@ -7,5 +7,6 @@ summary 'installs openstack cinder' description 'installs openstack cinder' project_page 'https://github.com/puppetlabs/puppetlabs-cinder' +dependency 'cprice404/inifile', '>= 0.9.0' dependency 'puppetlabs/mysql', '>= 0.5.0' dependency 'puppetlabs/stdlib', '>= 2.4.0'