mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
fix: add owner to dynamic backup async config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user