bundlewrap/bundles/radicale/metadata.py

23 lines
439 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',
},
},
2021-07-17 10:17:39 +02:00
'zfs': {
'datasets': {
'tank/radicale': {
'mountpoint': '/var/lib/radicale',
'needed_by': {
'pkg_apt:python3-radicale',
},
},
},
},
2020-10-23 15:22:35 +02:00
}