puppet-refstack/Modulefile
Ian Wienand 5027bd0fc5 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Id84741d2ed983ec966643903e5fcbdb37965a561
2019-03-24 20:35:45 +00:00

15 lines
550 B
Puppet

name 'openstack-refstack'
version '0.0.1'
source 'https://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'