13 lines
200 B
Python
13 lines
200 B
Python
|
defaults = {
|
||
|
'apt': {
|
||
|
'packages': {
|
||
|
'python3-radicale': {},
|
||
|
},
|
||
|
},
|
||
|
'users': {
|
||
|
'radicale': {
|
||
|
'home': '/var/lib/radicale',
|
||
|
},
|
||
|
},
|
||
|
}
|