bundlewrap/bundles/radicale/metadata.py
Franzi a0702416a0
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/radicale: introduce
2020-10-23 15:22:35 +02:00

13 lines
200 B
Python

defaults = {
'apt': {
'packages': {
'python3-radicale': {},
},
},
'users': {
'radicale': {
'home': '/var/lib/radicale',
},
},
}