Skip to content
Snippets Groups Projects
Commit 29a7c97a authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

doc: fix examples of groups statement in config reference

refs #2382
parent 371bcf12
No related branches found
No related tags found
No related merge requests found
......@@ -567,9 +567,19 @@ One remote can be a member of multiple groups.
@subsection Examples
@example
remotes @{
ctl @{
# ...
@}
alice @{
# ...
@}
bob @{
# ...
@}
@}
groups @{
intranet @{ server0, server1 @}
dmz @{ server0 @}
admins @{ alice, bob @}
@}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment