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': {
'server': None,
'paths': {},
'paths': set(),
},
'systemd-timers': {
f'backup': {

View file

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