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: I84bf469455098849128ecfb95f1ad4bdd7ea9e72
  • Loading branch information
mgagne committed Jul 3, 2014
1 parent 87d3812 commit 837e27c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name 'puppetlabs-neutron'
version '4.0.0'

author 'Joe Topjian,Endre Karlson,Emilien Macchi,Dan Bode,Dmitry Ukov,Edgar Magana,Robert Starmer,Ian Wells,Daneyon Hansen'
license 'Apache License 2.0'
name 'puppetlabs-neutron'
version '4.0.0'
author 'StackForge Contributors'
license 'Apache License 2.0'
summary 'Puppet module for OpenStack Neutron'
description 'Installs and configures OpenStack Neutron (Networking).'
project_page 'https://launchpad.net/puppet-neutron'
source 'https://github.com/stackforge/puppet-neutron'
summary 'Puppet module for OpenStack Neutron'
description 'Puppet module to install and configure the OpenStack network service, Neutron'
source 'https://github.com/stackforge/puppet-neutron'

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

0 comments on commit 837e27c

Please sign in to comment.