diff --git a/Puppetfile b/Puppetfile index 7a848d00..08776361 100644 --- a/Puppetfile +++ b/Puppetfile @@ -9,13 +9,13 @@ mod 'theforeman/dhcp', '~> 9.3.0' mod 'theforeman/dns', '~> 11.1.0' mod 'theforeman/puppetserver_foreman', '~> 4.2.2' mod 'theforeman/tftp', '~> 10.0.0' -mod 'katello/candlepin', '~> 16.2.0' -mod 'theforeman/pulpcore', '~> 13.0.0' -mod 'theforeman/foreman', '~> 27.0.0' +mod 'katello/candlepin', '~> 16.3.0' +mod 'theforeman/pulpcore', '~> 13.1.0' +mod 'theforeman/foreman', '~> 27.1.0' mod 'theforeman/foreman_proxy', '~> 28.2.0' mod 'theforeman/puppet', '~> 21.1.0' mod 'katello/foreman_proxy_content', '~> 31.2.0' mod 'katello/certs', '~> 21.1.0' mod 'katello/katello', '~> 26.2.0' -mod 'theforeman/iop', '~> 0.1.0' -mod 'southalc/podman', '~> 0.7.9' +mod 'theforeman/iop', '~> 0.3.0' +mod 'southalc/podman', :git => 'https://github.com/southalc/podman', :tag => '0.7.11' diff --git a/Puppetfile.lock b/Puppetfile.lock index dd9cc85e..2df54f73 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,7 +1,7 @@ FORGE remote: https://forgeapi.puppet.com/ specs: - katello-candlepin (16.2.0) + katello-candlepin (16.3.0) puppet-extlib (>= 3.0.0, < 8.0.0) puppetlabs-concat (>= 1.0.0, < 10.0.0) puppetlabs-postgresql (>= 9.2.0, < 11.0.0) @@ -57,13 +57,6 @@ FORGE richardc-datacat (0.6.2) southalc-hashfile (1.4.0) puppetlabs-stdlib (>= 4.1.0, <= 10.0.0) - southalc-podman (0.7.9) - puppet-systemd (>= 7.0.0, <= 9.0.0) - puppetlabs-concat (>= 2.1.0, <= 10.0.0) - puppetlabs-inifile (>= 4.2.0, <= 7.0.0) - puppetlabs-selinux_core (>= 1.0.0, <= 2.0.0) - puppetlabs-stdlib (>= 4.1.0, <= 10.0.0) - southalc-hashfile (>= 1.4.0, <= 2.0.0) theforeman-dhcp (9.3.0) puppet-systemd (>= 3.1.0, < 9.0.0) puppetlabs-concat (>= 1.0.0, < 10.0.0) @@ -71,7 +64,7 @@ FORGE theforeman-dns (11.1.0) puppetlabs-concat (>= 4.1.0, < 10.0.0) puppetlabs-stdlib (>= 9.0.0, < 10.0.0) - theforeman-foreman (27.0.0) + theforeman-foreman (27.1.0) puppet-extlib (>= 3.0.0, < 8.0.0) puppet-redis (>= 5.0.0, < 12.0.0) puppet-systemd (>= 3.1.0, < 9.0.0) @@ -89,7 +82,7 @@ FORGE theforeman-dns (>= 11.0.0, < 12.0.0) theforeman-foreman (>= 19.0.0, < 28.0.0) theforeman-tftp (>= 3.0.0, < 11.0.0) - theforeman-iop (0.1.0) + theforeman-iop (0.3.0) katello-certs (>= 21.0.0, < 22.0.0) puppet-extlib (>= 3.0.0, < 8.0.0) puppetlabs-stdlib (>= 9.0.0, < 10.0.0) @@ -100,7 +93,7 @@ FORGE puppet-extlib (>= 3.0.0, < 8.0.0) puppetlabs-stdlib (>= 9.0.0, < 10.0.0) southalc-podman (>= 0.7.5, < 1.0.0) - theforeman-pulpcore (13.0.0) + theforeman-pulpcore (13.1.0) puppet-extlib (>= 3.0.0, < 8.0.0) puppet-redis (>= 5.0.0, < 12.0.0) puppet-systemd (>= 2.2.0, < 9.0.0) @@ -119,8 +112,21 @@ FORGE theforeman-tftp (10.0.0) puppetlabs-stdlib (>= 4.13.1, < 10.0.0) +GIT + remote: https://github.com/southalc/podman + ref: 0.7.11 + sha: 0d8e99576c52cce373bca973f21eccb6babdb527 + specs: + southalc-podman (0.7.11) + puppet-systemd (>= 7.0.0, <= 9.0.0) + puppetlabs-concat (>= 2.1.0, <= 10.0.0) + puppetlabs-inifile (>= 4.2.0, <= 7.0.0) + puppetlabs-selinux_core (>= 1.0.0, <= 2.0.0) + puppetlabs-stdlib (>= 4.1.0, <= 10.0.0) + southalc-hashfile (>= 1.4.0, <= 2.0.0) + DEPENDENCIES - katello-candlepin (~> 16.2.0) + katello-candlepin (~> 16.3.0) katello-certs (~> 21.1.0) katello-foreman_proxy_content (~> 31.2.0) katello-katello (~> 26.2.0) @@ -129,13 +135,13 @@ DEPENDENCIES puppetlabs-apache (>= 8.3) puppetlabs-postgresql (>= 10.1) puppetlabs-vcsrepo (>= 5.2.0) - southalc-podman (~> 0.7.9) + southalc-podman (>= 0) theforeman-dhcp (~> 9.3.0) theforeman-dns (~> 11.1.0) - theforeman-foreman (~> 27.0.0) + theforeman-foreman (~> 27.1.0) theforeman-foreman_proxy (~> 28.2.0) - theforeman-iop (~> 0.1.0) - theforeman-pulpcore (~> 13.0.0) + theforeman-iop (~> 0.3.0) + theforeman-pulpcore (~> 13.1.0) theforeman-puppet (~> 21.1.0) theforeman-puppetserver_foreman (~> 4.2.2) theforeman-tftp (~> 10.0.0)