wip
This commit is contained in:
parent
393aee068f
commit
2e3038a7e8
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ defaults = {
|
|||
},
|
||||
'backup': {
|
||||
'server': None,
|
||||
'paths': {},
|
||||
'paths': set(),
|
||||
},
|
||||
'systemd-timers': {
|
||||
f'backup': {
|
||||
|
|
|
@ -20,7 +20,7 @@ defaults = {
|
|||
},
|
||||
'databases': {},
|
||||
},
|
||||
'grafana_rows': {},
|
||||
'grafana_rows': set(),
|
||||
}
|
||||
|
||||
if node.has_bundle('zfs'):
|
||||
|
|
Loading…
Reference in a new issue