From 73eac19a4666cfb0b53ef19e3038b85b3d5b40dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Wed, 1 Jul 2026 13:02:57 +0200 Subject: [PATCH] Pin southalc-podman to git source for concat compatibility southalc/podman#127 bumped the puppetlabs-concat upper bound to < 11.0.0, fixing dependency resolution with concat 10.0.1. The fix is merged but not yet released to the Puppet Forge. Pin to the git repo until a new Forge release is available. --- Puppetfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Puppetfile b/Puppetfile index 05aec1bb..81eeb3b6 100644 --- a/Puppetfile +++ b/Puppetfile @@ -35,3 +35,6 @@ mod 'katello/katello', :git => 'https://github.com/theforeman/pu # Top-level iop mod 'theforeman/iop', :git => 'https://github.com/theforeman/puppet-iop' + +# Pending Forge release with puppetlabs-concat upper bound fix (southalc/podman#127) +mod 'southalc/podman', :git => 'https://github.com/southalc/podman'