From: Stephen Gran Date: Tue, 11 Sep 2012 19:07:32 +0000 (+0100) Subject: arg need to end the line X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=520723a247561ab5bae018dc5e8db58c06195a3b arg need to end the line Signed-off-by: Stephen Gran --- diff --git a/modules/ganeti2/templates/defs.conf.erb b/modules/ganeti2/templates/defs.conf.erb index fe24222c..42740ee0 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_MANDA_V4 = (<%= scope.lookupvar('ganeti_hosts').to_a.flatten.join(' ') -%>); +@def $HOST_GANETI_MANDA_BACKEND_V4 = (<%= scope.lookupvar('ganeti_priv').to_a.flatten.join(' ')-%>);