puppet-refstack/Modulefile
Andreas Jaeger ffddbd2d87 Use git.openstack.org everywhere
Our official git master is at git.openstack.org, update places
that use github instead. Fix URL as well.

Change-Id: I914696b7a7d91a77f3a2e8d62ccecc12f7c27688
2015-12-29 21:42:07 +01:00

15 lines
548 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://git.openstack.org/cgit/openstack-infra/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'