d945c1f979
Commit updates README.md with a consistent template for documentation, removes travis.yml since we're on stackfoge now, updates the Modulefile for release, removes CHANGELOG in favor of summarized release notes in the README that will be viewable on Forge for the new release, and moves examples to tests to adhere to Puppet Labs Style Guide (http://docs.puppetlabs.com/guides/style_guide.html#tests). Change-Id: Ic7e672eb6240b0acce7384706aa79b430bd2b003
19 lines
691 B
Puppet
19 lines
691 B
Puppet
name 'puppetlabs-swift'
|
|
version '2.0.0'
|
|
source 'https://github.com/stackforge/puppet-swift'
|
|
author 'Puppet Labs'
|
|
license 'Apache License 2.0'
|
|
summary 'Puppet Labs Swift Module'
|
|
description 'Puppet module to install and configure the OpenStack Swift object storage service'
|
|
project_page 'https://launchpad.net/puppet-openstack'
|
|
|
|
## Add dependencies, if any:
|
|
dependency 'puppetlabs/keystone', '>= 2.0.0'
|
|
dependency 'puppetlabs/mysql','>= v0.6.1'
|
|
dependency 'puppetlabs/rsync', '>= 0.1.0'
|
|
dependency 'puppetlabs/stdlib', '>= 2.3.0'
|
|
dependency 'puppetlabs/xinetd', '>= 1.0.1'
|
|
dependency 'ripienaar/concat', '>= 0.1.0'
|
|
dependency 'saz/memcached', '>= 2.0.2'
|
|
dependency 'saz/ssh', '>= 1.0.2'
|