system-config/modules/openstack_project/manifests/planet.pp
Monty Taylor 0bc0ae7d0c Add in root level scoping.
Change-Id: I6fcdf293f719aa3fa18a3c5b4f7d8d64059b6f9c
2012-07-23 17:24:44 -05:00

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"
}
}