Merge "give zaro access to zuul-dev server"
This commit is contained in:
commit
f05efdb15e
@ -13,6 +13,11 @@ class openstack_project::zuul_dev(
|
|||||||
$statsd_host = '',
|
$statsd_host = '',
|
||||||
$gearman_workers = [],
|
$gearman_workers = [],
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
realize (
|
||||||
|
User::Virtual::Localuser['zaro'],
|
||||||
|
)
|
||||||
|
|
||||||
# Turn a list of hostnames into a list of iptables rules
|
# 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')
|
$iptables_rules = regsubst ($gearman_workers, '^(.*)$', '-m state --state NEW -m tcp -p tcp --dport 4730 -s \1 -j ACCEPT')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user