Skip to content

Commit 1a60d28

Browse files
authored
Merge pull request #521 from puppetlabs/CAT-2100-add-debian-12-support
(CAT-2100) Add Debian 12 support
2 parents 9902dbc + 63e817e commit 1a60d28

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,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
registry: 'https://github.com/puppetlabs/puppetlabs-registry.git'
99
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
1010
symlinks:

metadata.json

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

0 commit comments

Comments
 (0)