From 21612738b40444026d01a4a346210de66488db23 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 15 Jun 2023 02:22:28 +0900 Subject: [PATCH] Downgrade and pin puppetlabs-apt to v9.0.2 puppetlabs-apt v9.1.0 requires puppetlabs-stdlib 9.0.0 which we have not yet fully adapted to. This pins the module to an older version. Change-Id: Ide3214ceeac605b27edead4d43650c778c77cda6 --- Puppetfile | 2 +- external_modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile b/Puppetfile index 795447d86..08c1748cf 100644 --- a/Puppetfile +++ b/Puppetfile @@ -152,7 +152,7 @@ mod 'apache', mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt', - :ref => 'v9.1.0' + :ref => 'v9.0.2' mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat', diff --git a/external_modules.txt b/external_modules.txt index 706fddc6a..18cd7a55c 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -1,6 +1,6 @@ voxpupuli/puppet-kmod puppetlabs/puppetlabs-apache -puppetlabs/puppetlabs-apt +puppetlabs/puppetlabs-apt,v9.0.2 puppetlabs/puppetlabs-concat puppetlabs/puppetlabs-firewall puppetlabs/puppetlabs-inifile