0bc0ae7d0c
Change-Id: I6fcdf293f719aa3fa18a3c5b4f7d8d64059b6f9c
11 lines
238 B
Puppet
11 lines
238 B
Puppet
class openstack_project::planet {
|
|
class { 'openstack_project::server':
|
|
iptables_public_tcp_ports => [80]
|
|
}
|
|
include ::planet
|
|
|
|
planet::site { "openstack":
|
|
git_url => "https://github.com/openstack/openstack-planet.git"
|
|
}
|
|
}
|