Skip to content

Commit 9a17ac5

Browse files
authored
Merge pull request #353 from puppetlabs/CAT-2101
(CAT-2101) Add support for Debian-12
2 parents 474d020 + be405bf commit 9a17ac5

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
@@ -4,6 +4,6 @@ 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
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
99
mount_core: "https://github.com/puppetlabs/puppetlabs-mount_core.git"

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"operatingsystem": "Debian",
3333
"operatingsystemrelease": [
3434
"10",
35-
"11"
35+
"11",
36+
"12"
3637
]
3738
},
3839
{

0 commit comments

Comments
 (0)