Skip to content

Commit b365775

Browse files
(CAT-2100) Add Debian 12 support
1 parent 2748414 commit b365775

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixtures:
99
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
1010
puppet_agent:
1111
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12-
ref: v4.13.0
12+
ref: v4.21.0
1313
provision: 'https://github.com/puppetlabs/provision.git'
1414
symlinks:
1515
accounts: "#{source_dir}"

metadata.json

Lines changed: 2 additions & 1 deletion
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
{

0 commit comments

Comments
 (0)