projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e636a
)
arg need to end the line
author
Stephen Gran
<steve@lobefin.net>
Tue, 11 Sep 2012 19:07:32 +0000
(20:07 +0100)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/ganeti2/templates/defs.conf.erb
b/modules/ganeti2/templates/defs.conf.erb
index
fe24222
..
42740ee
100644
(file)
--- 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(' ')-%>)
;