puppet-refstack/Modulefile
Michael Krotscheck 452d9770f3 Added vcsrepo module.
Included the OpenStack-CI VCSRepo module, so we can checkout our
git repository.
2015-04-20 17:23:38 -07:00

13 lines
450 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 'stankevich/python', '= 1.6.6'
dependency 'openstackci/vcsrepo', '= 0.0.8'