Remove unneccessary line in config section of purefa_facts (#55164)

(cherry picked from commit 30a216bf78)
This commit is contained in:
Simon Dodsley 2019-04-11 15:04:25 -04:00 committed by Toshio Kuratomi
parent a87b36219b
commit ebd7820a44
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "purefa_facts - remove unnecessary line that could cause failure in rare circumstances."

View file

@ -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