system-config/modules/openstack_project/manifests/planet.pp
Monty Taylor bab6fcad3c
Remove base.yaml things from openstack_project::server
Now that we've got base server stuff rewritten in ansible, remove the
old puppet versions.

Depends-On: https://review.openstack.org/588326
Change-Id: I5c82fe6fd25b9ddaa77747db377ffa7e8bf23c7b
2018-08-16 17:25:10 -05:00

14 lines
285 B
Puppet

# == Class: openstack_project::planet
#
class openstack_project::planet (
) {
class { 'openstack_project::server':
iptables_public_tcp_ports => [80],
}
include ::planet
planet::site { 'openstack':
git_url => 'git://git.openstack.org/openstack/openstack-planet',
}
}