]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
arg need to end the line
authorStephen Gran <steve@lobefin.net>
Tue, 11 Sep 2012 19:07:32 +0000 (20:07 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 11 Sep 2012 19:07:32 +0000 (20:07 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ganeti2/templates/defs.conf.erb

index fe24222c0583a64e2d4527d55af0d93860c6c8fb..42740ee07feec3277883a4325e40a9b4d7878fc8 100644 (file)
@@ -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(' ')-%>);