Merge "give zaro access to zuul-dev server"

This commit is contained in:
Jenkins 2014-02-23 06:16:38 +00:00 committed by Gerrit Code Review
commit f05efdb15e

View File

@ -13,6 +13,11 @@ class openstack_project::zuul_dev(
$statsd_host = '',
$gearman_workers = [],
) {
realize (
User::Virtual::Localuser['zaro'],
)
# Turn a list of hostnames into a list of iptables rules
$iptables_rules = regsubst ($gearman_workers, '^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 4730 -s \1 -j ACCEPT')