202a27b66a
Commit updates README.md with a more consistent template for documentation, removes travis.yml since we're on stackfoge now, updates the Modulefile for the new release, deletes TODO list, CHANGELOGs deleted in favor of summarized release notes in README.md, which will show up on Forge, and moves examples to tests to adhere with Puppet Labs Style Guide(http://docs.puppetlabs.com/guides/style_guide.html#tests) Change-Id: Iffa30f6f35b996305f635317fc0770f908e9057e
14 lines
502 B
Puppet
14 lines
502 B
Puppet
name 'puppetlabs-glance'
|
|
version '2.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'
|
|
|
|
dependency 'cprice404/inifile', '>= 0.10.3'
|
|
dependency 'puppetlabs/keystone', '>= 2.0.0'
|
|
dependency 'puppetlabs/mysql', '>= 0.6.1'
|
|
dependency 'puppetlabs/stdlib', '>= 2.5.0'
|