stable-only: Pin puppetlabs-haproxy

The puppetlabs-haproxy repo no longer has the master branch and
the master branch has been replaced by the main branch.
While we switched the branch in use in master[1], for stable branches
it is better to pin it to a specific version to avoid issue caused by
any future change in puppetlabs-haproxy.

The version is determined based on the version currently provided in
RDO.
Rocky is skipped because it is already EOLed.

[1] https://review.opendev.org/c/openstack/puppet-tripleo/+/786018/4/Puppetfile_extras
Change-Id: I5d1d891474e4d7b47f497c5bd0144ce24e291260
(cherry picked from commit f6852abbfb)
(cherry picked from commit 379895e743)
(cherry picked from commit 16f1acb9c2)
(cherry picked from commit d4e56e2b1d)
This commit is contained in:
Takashi Kajinami 2021-04-22 21:35:49 +09:00
parent eb8e47a29b
commit 9ede5d961c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ mod 'stdlib',
mod 'haproxy',
:git => 'https://github.com/puppetlabs/puppetlabs-haproxy',
:ref => 'master'
:ref => '2.1.0'
mod 'tomcat',
:git => 'https://github.com/puppetlabs/puppetlabs-tomcat',