]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
and use the right variable names
authorStephen Gran <steve@lobefin.net>
Tue, 11 Sep 2012 19:11:00 +0000 (20:11 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 11 Sep 2012 19:11:00 +0000 (20:11 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ganeti2/templates/defs.conf.erb

index 42740ee07feec3277883a4325e40a9b4d7878fc8..e1d68d2e08477adaae62d40e71e5140267bee9bd 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_V4         = (<%= scope.lookupvar('ganeti_hosts').to_a.flatten.join(' ') -%>);
+@def $HOST_GANETI_BACKEND_V4 = (<%= scope.lookupvar('ganeti_priv').to_a.flatten.join(' ')-%>);