Skip to content

Commit f43fc65

Browse files
(CAT-2100) Add Debian 12 support
1 parent 5dc91d7 commit f43fc65

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .fixtures.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fixtures:
44
provision: 'https://github.com/puppetlabs/provision.git'
55
puppet_agent:
66
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7-
ref: v4.13.0
7+
ref: v4.21.0
88
forge_modules:
99
chocolatey: "puppetlabs/chocolatey"
1010
java: "puppetlabs/java"

Diff for: metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"operatingsystem": "Debian",
5050
"operatingsystemrelease": [
5151
"10",
52-
"11"
52+
"11",
53+
"12"
5354
]
5455
},
5556
{

Diff for: spec/spec_helper_acceptance_local.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class { 'java': }
197197
when 'ubuntu'
198198
@ensure_ks = 'present' if ['20.04', '22.04'].include?(os[:release])
199199
when 'debian'
200-
@ensure_ks = 'present' if os[:release].match?(%r{^11})
200+
@ensure_ks = 'present' if os[:release].match?(%r{^11|12})
201201
end
202202
end
203203
end

0 commit comments

Comments
 (0)