Skip to content

Commit 80820f4

Browse files
authored
Merge pull request #226 from mbaldessari/centos9
Add CentOS/RHEL 9 support
2 parents 2ef9d94 + 1698451 commit 80820f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/RedHat-9.yaml

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

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"operatingsystem": "RedHat",
4747
"operatingsystemrelease": [
4848
"7",
49-
"8"
49+
"8",
50+
"9"
5051
]
5152
},
5253
{

0 commit comments

Comments
 (0)