From 03378ed63873ae715ac6eb268fdba1c7219b4eaf Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 2 Nov 2021 23:37:07 +0100 Subject: [PATCH] zfs-auto-snapshot --- bundles/systemd-mount/metadata.py | 2 +- bundles/zfs/metadata.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/systemd-mount/metadata.py b/bundles/systemd-mount/metadata.py index 6da5b64..cfa0224 100644 --- a/bundles/systemd-mount/metadata.py +++ b/bundles/systemd-mount/metadata.py @@ -1,7 +1,7 @@ defaults = { 'apt': { 'packages': { - 'bindfs', + 'bindfs': {}, }, }, 'systemd-mount': {}, diff --git a/bundles/zfs/metadata.py b/bundles/zfs/metadata.py index 6e00caf..ded24f9 100644 --- a/bundles/zfs/metadata.py +++ b/bundles/zfs/metadata.py @@ -31,6 +31,7 @@ defaults = { 'zfs_pool:', }, }, + 'zfs-auto-snapshot': {}, }, }, 'systemd-timers': {