Skip to content

Commit

Permalink
Make Modulefile summary and description consistent
Browse files Browse the repository at this point in the history
Improve consistency of Modulefile across puppet modules for OpenStack.

Change-Id: If73b21d6be9721f63d92fea65ce310200e5761af
  • Loading branch information
mgagne committed Jul 3, 2014
1 parent 131108a commit 349bf18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name 'puppetlabs-cinder'
version '4.0.0'
source 'https://github.com/stackforge/puppet-cinder'
author 'Puppet Labs'
license 'Apache License 2.0'
summary 'Puppet Labs Cinder Module'
description 'Puppet module to install and configure the Openstack Cinder block storage service'
name 'puppetlabs-cinder'
version '4.0.0'
author 'Puppet Labs and StackForge Contributors'
license 'Apache License 2.0'
summary 'Puppet module for OpenStack Cinder'
description 'Installs and configures OpenStack Cinder (Block Storage).'
project_page 'https://launchpad.net/puppet-cinder'
source 'https://github.com/stackforge/puppet-cinder'

dependency 'dprince/qpid', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
Expand Down

0 comments on commit 349bf18

Please sign in to comment.