From b5db65205045b81041b1f2b7d3943e831c9d36aa Mon Sep 17 00:00:00 2001 From: Richard Bywater Date: Sun, 14 Jan 2018 14:05:34 +1300 Subject: [PATCH] Clarify that leading fullstop needed --- awx/plugins/inventory/cloudforms.ini.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/plugins/inventory/cloudforms.ini.example b/awx/plugins/inventory/cloudforms.ini.example index 1d81588410..dc055c1fb7 100644 --- a/awx/plugins/inventory/cloudforms.ini.example +++ b/awx/plugins/inventory/cloudforms.ini.example @@ -28,7 +28,8 @@ clean_group_keys = True nest_tags = False # If set, ensure host name are suffixed with this value -# suffix = example.org +# Note: This suffix *must* include the leading '.' as it is appended to the hostname as is +# suffix = .example.org [cache]