puppet-refstack/Modulefile
2015-04-22 14:34:34 -07:00

16 lines
575 B
Puppet

name 'openstack-refstack'
version '0.0.1'
source 'git://git.openstack.org/openstack-infra/puppet-refstack.git'
author 'openstackci'
license 'Apache 2.0'
summary 'Puppet module for Refstack'
description 'This module installs and maintains the OpenStack RefStack service.'
project_page 'https://github.com/openstack-ci/puppet-refstack'
## Add dependencies, if any:
dependency 'puppetlabs/stdlib', '= 3.2.0'
dependency 'puppetlabs/mysql', '= 0.6.1'
dependency 'puppetlabs/apache', '= 0.0.4'
dependency 'openstackci/vcsrepo', '= 0.0.8'
dependency 'stankevich/python', '= 1.6.6'