From d6973dc32d3ebf6e979d6bff361ebcb08750b7ce Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Mon, 25 Mar 2024 11:51:12 +0100 Subject: [PATCH] Corrected MarkDown error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120eee9..6e045f8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ You can specify the value like so, sperated by a "/": ``` hostgroup_format = "tenant/site/dev_location/dev_role" ``` -** Group traversal ** +**Group traversal** The default behaviour for `region` is to only use the directly assigned region in the rendered hostgroup name. However, by setting `traverse_region` to `True` in `config.py` the script will render a full region path of all parent regions for the hostgroup name. `traverse_site_groups` controls the same behaviour for site_groups.