Fix assignment operator
This commit is contained in:
parent
0712b0b453
commit
8971481fd1
2 changed files with 2 additions and 2 deletions
|
@ -27,5 +27,5 @@ object Host "beholder.cacert.org" {
|
||||||
address = "49.13.65.97"
|
address = "49.13.65.97"
|
||||||
address6 = "2a01:4f8:c17:7495::1"
|
address6 = "2a01:4f8:c17:7495::1"
|
||||||
|
|
||||||
vars.notification.from == "infra02sat"
|
vars.notification.from = "infra02sat"
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,5 +27,5 @@ object Host "beholder.cacert.org" {
|
||||||
address = "49.13.65.97"
|
address = "49.13.65.97"
|
||||||
address6 = "2a01:4f8:c17:7495::1"
|
address6 = "2a01:4f8:c17:7495::1"
|
||||||
|
|
||||||
vars.notification.from == "infra03sat"
|
vars.notification.from = "infra03sat"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue