Skip to content

Commit 156c65c

Browse files
committed
(CAT-2101) Add support for Debian-12
(CAT-2101) update container-tools package
1 parent 5a0775b commit 156c65c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.fixtures.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fixtures:
88
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
99
puppet_agent:
1010
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
11-
ref: v4.13.0
11+
ref: v4.21.0
1212
provision: 'https://github.com/puppetlabs/provision.git'
1313
yumrepo_core:
1414
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git

metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"operatingsystem": "Debian",
4646
"operatingsystemrelease": [
4747
"10",
48-
"11"
48+
"11",
49+
"12"
4950
]
5051
},
5152
{

spec/spec_helper_acceptance_local.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def fetch_puppet_version
6565
# run_shell('apt-get upgrade -y')
6666
run_shell('apt-get install -y lsb-release')
6767
run_shell('apt-get install -y net-tools')
68-
run_shell('apt-get purge -y container-tools') if ENV['CI']
68+
run_shell('apt-get purge -y open-infrastructure-container-tools') if ENV['CI']
6969
end
7070

7171
run_shell('puppet module install puppetlabs-stdlib --version 4.24.0', expect_failures: true)

0 commit comments

Comments
 (0)