Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e258d54f authored by Cyril Rohr's avatar Cyril Rohr
Browse files

added server block, to be inserted within a site for server nodes.

parent ab6e7138
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment