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: I21acc30d14638586540b5d4a6897d026997feeb8
  • Loading branch information
mgagne committed Jul 3, 2014
1 parent 49917bc commit bdcbad7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Modulefile
@@ -1,11 +1,11 @@
name 'puppetlabs-glance'
version '4.0.0'
source 'https://github.com/stackforge/puppet-glance'
author 'Puppet Labs'
license 'Apache License 2.0'
summary 'Puppet Labs Glance Module'
description 'Puppet module to install and configure the Openstack Glance image service'
project_page 'https://launchpad.net/puppet-openstack'
name 'puppetlabs-glance'
version '4.0.0'
author 'Puppet Labs and StackForge Contributors'
license 'Apache License 2.0'
summary 'Puppet module for OpenStack Glance'
description 'Installs and configures OpenStack Glance (Image Service).'
project_page 'https://launchpad.net/puppet-glance'
source 'https://github.com/stackforge/puppet-glance'

dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/keystone', '>=4.0.0 <5.0.0'
Expand Down

0 comments on commit bdcbad7

Please sign in to comment.