Skip to content

Commit 8220df8

Browse files
authored
Merge pull request #1178 from kenyon/add-debian-12
Add Debian 12 "bookworm" support
2 parents 514ecc9 + 5bda06a commit 8220df8

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
@@ -5,7 +5,7 @@ fixtures:
55
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
66
puppet_agent:
77
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
8-
ref: v4.13.0
8+
ref: v4.19.0
99
provision: 'https://github.com/puppetlabs/provision.git'
1010
symlinks:
1111
"apt": "#{source_dir}"

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
{
1818
"operatingsystem": "Debian",
1919
"operatingsystemrelease": [
20-
"11"
20+
"11",
21+
"12"
2122
]
2223
},
2324
{

0 commit comments

Comments
 (0)