Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
e258d54f
Commit
e258d54f
authored
Jul 06, 2009
by
Cyril Rohr
Browse files
added server block, to be inserted within a site for server nodes.
parent
ab6e7138
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/lib/g5k_generator.rb
View file @
e258d54f
...
...
@@ -125,6 +125,9 @@ class ReferenceGenerator
def
cluster
(
uid
,
*
options
,
&
block
)
build_context
(
:clusters
,
uid
,
*
options
,
&
block
)
end
def
server
(
uid
,
*
options
,
&
block
)
build_context
(
:servers
,
uid
,
*
options
,
&
block
)
end
def
environment
(
uid
,
*
options
,
&
block
)
build_context
(
:environments
,
uid
,
*
options
,
&
block
)
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment