Pass iptables_rules4 to template instead of rules4

The former works, the latter not so much...

Change-Id: Ie0186ecd2ae0279edc2d9382fd781d31d827d4c7
This commit is contained in:
Jeremy Stanley 2014-01-29 01:04:24 +00:00
parent ddc92ed423
commit bfbbcd1368

View File

@ -7,7 +7,8 @@ class openstack_project::slave_template (
class { 'openstack_project::template': class { 'openstack_project::template':
# Port 8000 from the devstack neutron public net to allow # Port 8000 from the devstack neutron public net to allow
# nova servers to reach heat-api-cfn # nova servers to reach heat-api-cfn
rules4 => ['-p tcp --dport 8000 -s 172.24.4.0/24 -j ACCEPT'], iptables_rules4 =>
['-p tcp --dport 8000 -s 172.24.4.0/24 -j ACCEPT'],
iptables_public_tcp_ports => [], iptables_public_tcp_ports => [],
install_users => $install_users, install_users => $install_users,
} }