system-config/modules/openstack_project/manifests/planet.pp
Monty Taylor fcab9a407a Update opendev git references in puppet modules
Not updating the gerrit git links thing, because that needs to
be a wider patch that updates the link syntax too.

Change-Id: I98013ba79e707540879e0cf2849a35c52f3371e8
2019-04-20 18:26:07 +00:00

12 lines
240 B
Puppet

# == Class: openstack_project::planet
#
class openstack_project::planet (
) {
class { 'openstack_project::server': }
include ::planet
planet::site { 'openstack':
git_url => 'https://opendev.org/openstack/openstack-planet',
}
}