Skip to content

Commit e3e1f5a

Browse files
committed
Add Debian 12 support
1 parent ff5ae28 commit e3e1f5a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

data/Debian-12.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
systemd::accounting:
3+
DefaultCPUAccounting: 'yes'
4+
DefaultIOAccounting: 'yes'
5+
DefaultIPAccounting: 'yes'
6+
DefaultBlockIOAccounting: 'yes'
7+
DefaultMemoryAccounting: 'yes'
8+
DefaultTasksAccounting: 'yes'
9+
10+
systemd::timesyncd_package: 'systemd-timesyncd'
11+
systemd::resolved_package: 'systemd-resolved'

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"operatingsystem": "Debian",
2323
"operatingsystemrelease": [
2424
"10",
25-
"11"
25+
"11",
26+
"12"
2627
]
2728
},
2829
{

0 commit comments

Comments
 (0)