fix: add owner to dynamic backup async config

This commit is contained in:
2023-07-07 10:47:25 +00:00
parent 1d0fa22af4
commit 4e84e79e7e

View File

@@ -81,7 +81,10 @@ def createBackupScriptStructure(backupList, baseDomain="", icingaOnly=False):
# async icinga config #
asyncIcingaConf |= { "backup_{}".format(hostnameBase) :
{ "timeout" : "120d", "token" : icingaToken }}
{ "timeout" : "120d", "token" : icingaToken,
"owner" : "sheppy"
}
}
# continue for icinga only #
if icingaOnly: