bdf8cd90f7
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: I6c126f7e724249741403a87733f546c1642f7f25
12 lines
246 B
Puppet
12 lines
246 B
Puppet
# == Class: openstack_project::planet
|
|
#
|
|
class openstack_project::planet (
|
|
) {
|
|
class { 'openstack_project::server': }
|
|
include ::planet
|
|
|
|
planet::site { 'openstack':
|
|
git_url => 'https://git.openstack.org/openstack/openstack-planet',
|
|
}
|
|
}
|