Skip to content

Commit

Permalink
Merge pull request #571 from puppetlabs/CAT-2101
Browse files Browse the repository at this point in the history
(CAT-2101) Add support for Debian-12
  • Loading branch information
malikparvez authored Nov 19, 2024
2 parents c59c55b + b5e40f8 commit 0e51bb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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'

symlinks:
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions spec/acceptance/acceptance_1b_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

if os[:release].start_with?('9')
"/usr/lib/jvm/java-8-openjdk-#{architecture}"
elsif os[:release].start_with?('12')
"/usr/lib/jvm/java-17-openjdk-#{architecture}"
else
"/usr/lib/jvm/java-11-openjdk-#{architecture}"
end
Expand Down

0 comments on commit 0e51bb3

Please sign in to comment.