Add openstack_project::server back.

Change-Id: I2167ef83d1b27677889f2d2f5833fab175f22549
This commit is contained in:
Monty Taylor 2012-08-02 12:26:30 -05:00
parent 1f21e19d54
commit ec58d088fb

View File

@ -31,6 +31,9 @@ class openstack_project::gerrit (
$email_private_key, $email_private_key,
$testmode=false, $testmode=false,
) { ) {
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443, 29418]
}
class { '::gerrit': class { '::gerrit':
virtual_hostname => $virtual_hostname, virtual_hostname => $virtual_hostname,