bundlewrap/bundles/radicale/metadata.py

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