From 57bfc6a2822dcc00c3d1f4301ae24cd27bc20e1e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 27 Jan 2023 05:59:07 +0900 Subject: [PATCH] Update git submodules * Update puppet-tripleo from branch 'master' to 6372a182e4366c9c49c69d80bf2418ff0e7f5e58 - 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 --- puppet-tripleo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-tripleo b/puppet-tripleo index b34e442bf2..6372a182e4 160000 --- a/puppet-tripleo +++ b/puppet-tripleo @@ -1 +1 @@ -Subproject commit b34e442bf2379bbbcc63c8f31bee04ea63d824e2 +Subproject commit 6372a182e4366c9c49c69d80bf2418ff0e7f5e58