bundles: fix missing stuff
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
fc0495f13a
commit
9111d49bf4
3 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -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': {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue