fcab9a407a
Not updating the gerrit git links thing, because that needs to be a wider patch that updates the link syntax too. Change-Id: I98013ba79e707540879e0cf2849a35c52f3371e8
12 lines
240 B
Puppet
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',
|
|
}
|
|
}
|