From 7a779cdec472236f307936f1bb2e2cd15e3b1b93 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 21 Feb 2019 14:23:33 +0100 Subject: [PATCH] one_server_index => one_ha_server_index --- tmpl/oned.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/oned.conf b/tmpl/oned.conf index e66d89c..4978570 100644 --- a/tmpl/oned.conf +++ b/tmpl/oned.conf @@ -156,7 +156,7 @@ FEDERATION = [ MODE = "STANDALONE", ZONE_ID = 0, %if %%activer_one_ha == 'oui' - SERVER_ID = %%one_server_index, + SERVER_ID = %%one_ha_server_index, %else SERVER_ID = -1, %end if