From 3db05bbcc1abbb5f3b4449f7fe19bee6ce9c86c8 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 29 Jul 2024 15:23:11 +0200 Subject: [PATCH] Reapply "Use Puppet 8 in nightly pipelines" This reverts commit c86e8d8ad525d5a4d5c6b9fd711250cba0b599cc. Now that foreman-installer should be able to handle the upgrades[1], it should pass pipelines now. [1]: https://github.com/theforeman/foreman-installer/commit/9883362e410734e46ceea4d1c1b80e277ff3b277 --- vagrant/config/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/config/versions.yaml b/vagrant/config/versions.yaml index b4f5e797a..0615321d8 100644 --- a/vagrant/config/versions.yaml +++ b/vagrant/config/versions.yaml @@ -105,7 +105,7 @@ installers: katello: 'nightly' candlepin: '4.4' pulpcore: 'nightly' - puppet: 7 + puppet: 8 boxes: - 'almalinux8' - 'almalinux9'