summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-11-07 10:59:08 -0800
committerHunter Haugen <h.haugen@gmail.com>2012-11-07 10:59:08 -0800
commitaf60ab3b4d49583c2ca3e1be467b940954b17446 (patch)
tree2f1863604dc90c5428d602a83e9400405333b450 /manifests
parent161f257017f4bc51e08bcc6fa2f29c0674b5ce0e (diff)
parent3624b0b5f6a18d000ef3b7723f10579d448a4063 (diff)
Merge pull request #22 from Mirantis/listen-multiple-ips
Listen on multiple virtual IP addresses
Diffstat (limited to 'manifests')
-rw-r--r--manifests/listen.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/listen.pp b/manifests/listen.pp
index 5dea8a8..ee9e320 100644
--- a/manifests/listen.pp
+++ b/manifests/listen.pp
@@ -69,7 +69,7 @@
#
define haproxy::listen (
$ports,
- $ipaddress = $::ipaddress,
+ $ipaddress = [$::ipaddress],
$mode = 'tcp',
$collect_exported = true,
$options = {