bundlewrap/bundles/radicale/metadata.py

13 lines
191 B
Python
Raw Normal View History

2020-10-23 15:22:35 +02:00
defaults = {
'apt': {
'packages': {
'python3-radicale': {},
},
},
2020-11-13 12:37:26 +01:00
'backups': {
'paths': {
'/var/lib/radicale',
},
},
2020-10-23 15:22:35 +02:00
}