Skip to content

Commit b5e40f8

Browse files
(CAT-2101) Add support for Debian-12
1 parent d4095cb commit b5e40f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fixtures:
77
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
88
puppet_agent:
99
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10-
ref: v4.13.0
10+
ref: v4.21.0
1111
provision: 'https://github.com/puppetlabs/provision.git'
1212

1313
symlinks:

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"operatingsystem": "Debian",
5454
"operatingsystemrelease": [
5555
"10",
56-
"11"
56+
"11",
57+
"12"
5758
]
5859
},
5960
{

spec/acceptance/acceptance_1b_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
if os[:release].start_with?('9')
2020
"/usr/lib/jvm/java-8-openjdk-#{architecture}"
21+
elsif os[:release].start_with?('12')
22+
"/usr/lib/jvm/java-17-openjdk-#{architecture}"
2123
else
2224
"/usr/lib/jvm/java-11-openjdk-#{architecture}"
2325
end

0 commit comments

Comments
 (0)