From: Stephen Gran Date: Tue, 11 Sep 2012 19:11:00 +0000 (+0100) Subject: and use the right variable names X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=a085bd6f19031f072aba3bac5320103c57e6fe9e and use the right variable names Signed-off-by: Stephen Gran --- diff --git a/modules/ganeti2/templates/defs.conf.erb b/modules/ganeti2/templates/defs.conf.erb index 42740ee0..e1d68d2e 100644 --- a/modules/ganeti2/templates/defs.conf.erb +++ b/modules/ganeti2/templates/defs.conf.erb @@ -1,2 +1,2 @@ -@def $HOST_GANETI_MANDA_V4 = (<%= scope.lookupvar('ganeti_hosts').to_a.flatten.join(' ') -%>); -@def $HOST_GANETI_MANDA_BACKEND_V4 = (<%= scope.lookupvar('ganeti_priv').to_a.flatten.join(' ')-%>); +@def $HOST_GANETI_V4 = (<%= scope.lookupvar('ganeti_hosts').to_a.flatten.join(' ') -%>); +@def $HOST_GANETI_BACKEND_V4 = (<%= scope.lookupvar('ganeti_priv').to_a.flatten.join(' ')-%>);