From 3716c4da9046897c22806d70d4c3aa5085d70b75 Mon Sep 17 00:00:00 2001 From: Rocky Date: Thu, 14 May 2020 22:40:09 +1000 Subject: [PATCH] Unpin apt and concat version Since the minimum supported puppet version is 5.5, previous restriction is gone. Bump them up to recent versions. Change-Id: I911747fa5d7e99bcc7dc4feb3c4f31d5fdf77184 --- Puppetfile | 4 ++-- external_modules.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Puppetfile b/Puppetfile index 8637d6652..b16789acd 100644 --- a/Puppetfile +++ b/Puppetfile @@ -184,11 +184,11 @@ mod 'apache', mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt', - :ref => '2.4.0' + :ref => '6.3.0' mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat', - :ref => '2.2.1' + :ref => '5.3.0' mod 'firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall', diff --git a/external_modules.txt b/external_modules.txt index 10638f584..76985702f 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -4,8 +4,8 @@ duritong/puppet-sysctl joshuabaird/puppet-ipaclient nanliu/puppet-staging puppetlabs/puppetlabs-apache -puppetlabs/puppetlabs-apt,2.4.0 -puppetlabs/puppetlabs-concat,2.2.1 +puppetlabs/puppetlabs-apt +puppetlabs/puppetlabs-concat puppetlabs/puppetlabs-firewall puppetlabs/puppetlabs-inifile,2.2.0 puppetlabs/puppetlabs-mysql