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