Skip to content

Commit

Permalink
(CAT-2101) Add support for Debian-12
Browse files Browse the repository at this point in the history
(CAT-2101) update container-tools package
  • Loading branch information
skyamgarp committed Oct 21, 2024
1 parent 5a0775b commit 156c65c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fixtures:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.13.0
ref: v4.21.0
provision: 'https://github.com/puppetlabs/provision.git'
yumrepo_core:
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def fetch_puppet_version
# run_shell('apt-get upgrade -y')
run_shell('apt-get install -y lsb-release')
run_shell('apt-get install -y net-tools')
run_shell('apt-get purge -y container-tools') if ENV['CI']
run_shell('apt-get purge -y open-infrastructure-container-tools') if ENV['CI']
end

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

0 comments on commit 156c65c

Please sign in to comment.