bundles: fix missing stuff
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-17 16:59:39 +02:00
parent fc0495f13a
commit 9111d49bf4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ defaults = {
'datasets': { 'datasets': {
'tank/redis': { 'tank/redis': {
'mountpoint': '/var/lib/redis', 'mountpoint': '/var/lib/redis',
'neeeded_by': { 'needed_by': {
'pkg_apt:redis-server', 'pkg_apt:redis-server',
}, },
}, },

View file

@ -54,6 +54,7 @@ defaults = {
}, },
'zfs': { 'zfs': {
'datasets': { 'datasets': {
'tank/rspamd': {},
'tank/rspamd/rspamd': { 'tank/rspamd/rspamd': {
'mountpoint': '/var/lib/rspamd', 'mountpoint': '/var/lib/rspamd',
'needed_by': { 'needed_by': {

View file

@ -77,7 +77,6 @@ svc_systemd = {
} }
zfs_datasets = node.metadata.get('zfs/datasets', {}) zfs_datasets = node.metadata.get('zfs/datasets', {})
zfs_pools = {}
for name, attrs in node.metadata.get('zfs/pools', {}).items(): for name, attrs in node.metadata.get('zfs/pools', {}).items():
zfs_pools[name] = attrs zfs_pools[name] = attrs