7 lines
94 B
Python
7 lines
94 B
Python
|
defaults = {
|
||
|
'apt': {
|
||
|
'packages': {
|
||
|
'postfix': {},
|
||
|
},
|
||
|
},
|
||
|
}
|