Skip to content

Commit

Permalink
Add support for Ubuntu 22.04 LTS
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon@sdeziel.info>
  • Loading branch information
simondeziel committed Sep 28, 2022
1 parent bd57895 commit 4cf18e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/Ubuntu-22.04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
systemd::timesyncd_package: 'systemd-timesyncd'

systemd::accounting:
DefaultCPUAccounting: 'yes'
DefaultIOAccounting: 'yes'
DefaultIPAccounting: 'yes'
DefaultBlockIOAccounting: 'yes'
DefaultMemoryAccounting: 'yes'
DefaultTasksAccounting: 'yes'
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
},
{
Expand Down

0 comments on commit 4cf18e9

Please sign in to comment.