File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ systemd::accounting :
3
+ DefaultCPUAccounting : ' yes'
4
+ DefaultIOAccounting : ' yes'
5
+ DefaultIPAccounting : ' yes'
6
+ DefaultBlockIOAccounting : ' yes'
7
+ DefaultMemoryAccounting : ' yes'
8
+ DefaultTasksAccounting : ' yes'
Original file line number Diff line number Diff line change 73
73
{
74
74
"operatingsystem" : " Archlinux"
75
75
},
76
+ {
77
+ "operatingsystem" : " Gentoo"
78
+ },
76
79
{
77
80
"operatingsystem" : " Fedora" ,
78
81
"operatingsystemrelease" : [
Original file line number Diff line number Diff line change 252
252
accounting = %w[ DefaultCPUAccounting DefaultIOAccounting DefaultIPAccounting DefaultBlockIOAccounting DefaultMemoryAccounting DefaultTasksAccounting ]
253
253
when 'Debian'
254
254
accounting = %w[ DefaultCPUAccounting DefaultBlockIOAccounting DefaultMemoryAccounting ]
255
+ when 'Gentoo'
256
+ accounting = %w[ DefaultCPUAccounting DefaultIOAccounting DefaultIPAccounting DefaultBlockIOAccounting DefaultMemoryAccounting DefaultTasksAccounting ]
255
257
when 'RedHat'
256
258
accounting = %w[ DefaultCPUAccounting DefaultBlockIOAccounting DefaultMemoryAccounting DefaultTasksAccounting ]
257
259
when 'Suse'
You can’t perform that action at this time.
0 commit comments