8 lines
112 B
Python
8 lines
112 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'hdparm': {},
|
|
},
|
|
},
|
|
'hdparm': {},
|
|
}
|