From 43097e401cb56ece72b9204c8a77ede58246302a Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Fri, 7 Jan 2022 14:24:49 +0100 Subject: [PATCH] Bump required versions of dns and rsync modules We need to include patches required to support CentOS Stream 9: https: //github.com/theforeman/puppet-dns/commit/70f5b28cf847d3033a418c0d2776218698a4025a https: //github.com/puppetlabs/puppetlabs-rsync/commit/ea6397ef55273b7e20d8eccece493cceb795f5eb Change-Id: Id2431a9f40f523f0fa8dd340e442d4c9c126f906 --- Puppetfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile b/Puppetfile index d404d9cfa..10ba2c377 100644 --- a/Puppetfile +++ b/Puppetfile @@ -204,7 +204,7 @@ mod 'rabbitmq', mod 'rsync', :git => 'https://github.com/puppetlabs/puppetlabs-rsync', - :ref => '1.1.3' + :ref => 'ea6397ef55273b7e20d8eccece493cceb795f5eb' mod 'stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib', @@ -232,7 +232,7 @@ mod 'python', mod 'dns', :git => 'https://github.com/theforeman/puppet-dns', - :ref => '8.1.0' + :ref => '70f5b28cf847d3033a418c0d2776218698a4025a' mod 'archive', :git => 'https://github.com/voxpupuli/puppet-archive',