From 2f2be647ae6d8e3dfb04aaac69e1d8d5694ce3af Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 10 Sep 2012 23:25:25 +0200 Subject: [PATCH] fix syntax Signed-off-by: Martin Zobel-Helas --- modules/ferm/templates/defs.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index 525624c7f..15c50157a 100644 --- a/modules/ferm/templates/defs.conf.erb +++ b/modules/ferm/templates/defs.conf.erb @@ -168,8 +168,8 @@ # FIXME XXX we should get these from other information, and reconsider the places where we use them in destination matching rules @def $HOST_GANETI_V4 = (206.12.19.213/32 206.12.19.217/32 206.12.19.212/32 206.12.19.216/32); @def $HOST_GANETI_BACKEND_V4 = (192.168.2.213/32 192.168.2.217/32 192.168.2.212/32 192.168.2.216/32); -@def $HOST_GANETI_MANDA_V4 = (82.195.75.103/32 82.195.75.109/32) -@def $HOST_GANETI_MANDA_BACKEND_V4 = (192.168.75.103/32 192.168.75.109/32) +@def $HOST_GANETI_MANDA_V4 = (82.195.75.103/32 82.195.75.109/32); +@def $HOST_GANETI_MANDA_BACKEND_V4 = (192.168.75.103/32 192.168.75.109/32); @def $HOST_DEBIAN = ($HOST_DEBIAN_V4 $HOST_DEBIAN_V6); -- 2.20.1