bundlewrap/bundles/radicale/metadata.py

13 lines
191 B
Python
Raw Normal View History

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