Comment 6 for bug 2003882

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/871807
Committed: https://opendev.org/openstack/puppet-tripleo/commit/6372a182e4366c9c49c69d80bf2418ff0e7f5e58
Submitter: "Zuul (22348)"
Branch: master

commit 6372a182e4366c9c49c69d80bf2418ff0e7f5e58
Author: Takashi Kajinami <email address hidden>
Date: Thu Jan 26 01:45:56 2023 +0900

    Ensure haproxy::balancemember::ports is a string

    The recent change[1] in puppetlabs-haproxy introduced data type check
    and now the ports parameter accept only string or array of strings and
    no longer accepts an integer.

    This ensures the value is converted to avoid validation errors.

    [1] https://github.com/puppetlabs/puppetlabs-haproxy/commit/95ca912f77966ed0da7a5bec9265cdacbf09da4c

    Closes-Bug: #2003882
    Change-Id: I65720576249f2242331e38762dd0d5860d74de9d