This commit is contained in:
mwiegand 2021-09-13 11:21:04 +02:00
parent 393aee068f
commit 2e3038a7e8
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ defaults = {
}, },
'backup': { 'backup': {
'server': None, 'server': None,
'paths': {}, 'paths': set(),
}, },
'systemd-timers': { 'systemd-timers': {
f'backup': { f'backup': {

View file

@ -20,7 +20,7 @@ defaults = {
}, },
'databases': {}, 'databases': {},
}, },
'grafana_rows': {}, 'grafana_rows': set(),
} }
if node.has_bundle('zfs'): if node.has_bundle('zfs'):