From 7e0de586e7b3eced02917f30a79d85b51cdfb621 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 28 Mar 2012 10:31:51 -0700 Subject: [PATCH] Fix puppet error on template hosts. Need to pass iptables info in. Change-Id: I4f130ab03b64c95ddfab07fde4c7633864694f8e --- manifests/site.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 8b7640d08b..5dd045077c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -266,7 +266,9 @@ node "planet.openstack.org" { # A bare machine, but with a jenkins user node /^.*\.template\.openstack\.org$/ { - include openstack_template + class { 'openstack_template': + iptables_public_tcp_ports => [] + } # This sets up a user with jenkins ssh key and adds it to the sudo group. # Don't do that on regular jenkins slaves, only on lowest-privilege test # hosts, such as the devstack hosts.