Allow statsd hosts to connect to graphite via IPv6

* modules/openstack_project/manifests/graphite.pp: New zuul wants to
connect to graphite's statsd service using IPv6, so let it.

Change-Id: I80ea47e5bee754edbc79bdd4b04a5bae58decf09
This commit is contained in:
Jeremy Stanley 2014-01-08 16:14:02 +00:00
parent 0c8845494d
commit 81150c837e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class openstack_project::graphite (
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443],
iptables_rules6 => $rules,
iptables_rules4 => $rules,
sysadmins => $sysadmins,
}