Remove unneccessary line in config section of purefa_facts (#55164)
(cherry picked from commit 30a216bf78
)
This commit is contained in:
parent
a87b36219b
commit
ebd7820a44
2 changed files with 2 additions and 1 deletions
2
changelogs/fragments/55266-purefa_facts_remove_line.yaml
Normal file
2
changelogs/fragments/55266-purefa_facts_remove_line.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "purefa_facts - remove unnecessary line that could cause failure in rare circumstances."
|
|
@ -426,7 +426,6 @@ def generate_config_dict(array):
|
|||
'group': roles[role]['group'],
|
||||
'group_base': roles[role]['group_base'],
|
||||
}
|
||||
config_facts['directory_service'].update(array.list_directory_service_roles())
|
||||
else:
|
||||
config_facts['directory_service'].update(array.get_directory_service(groups=True))
|
||||
# NTP
|
||||
|
|
Loading…
Reference in a new issue