Release 1.0.1

This commit is contained in:
Dan Bode 2012-11-02 12:57:35 -07:00
parent 546278a626
commit 49ed486b8d
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,4 @@
* 2012-11-02 1.0.
- add inifile as a dep
* 2012-11-02 1.0.0
- initial release for folsom

View File

@ -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'