Fix assignment operator

This commit is contained in:
Jan Dittberner 2024-09-27 10:23:04 +02:00
parent 0712b0b453
commit 8971481fd1
2 changed files with 2 additions and 2 deletions

View file

@ -27,5 +27,5 @@ object Host "beholder.cacert.org" {
address = "49.13.65.97"
address6 = "2a01:4f8:c17:7495::1"
vars.notification.from == "infra02sat"
vars.notification.from = "infra02sat"
}

View file

@ -27,5 +27,5 @@ object Host "beholder.cacert.org" {
address = "49.13.65.97"
address6 = "2a01:4f8:c17:7495::1"
vars.notification.from == "infra03sat"
vars.notification.from = "infra03sat"
}