8 lines
95 B
Python
8 lines
95 B
Python
|
defaults = {
|
||
|
'apt': {
|
||
|
'packages': {
|
||
|
'openvpn': {},
|
||
|
},
|
||
|
},
|
||
|
}
|