ipareplica_setup_adtrust: Fix setup_ca, master_host_name and ldap2 backend connection

The parameter config_setup_ca has been renamed to setup_ca and added to
options. master_host_name has been added to config. Also a call for
api.Backend.ldap2.connect has been added to make sure that the backend is
connected.
This commit is contained in:
Thomas Woerner
2019-03-26 13:16:20 +01:00
parent ebce1ace1a
commit 98a6e0a78c
2 changed files with 8 additions and 6 deletions

View File

@@ -595,7 +595,7 @@
### additional ###
ccache: "{{ result_ipareplica_prepare.ccache }}"
_top_dir: "{{ result_ipareplica_prepare._top_dir }}"
config_setup_ca: "{{ result_ipareplica_prepare.config_setup_ca }}"
setup_ca: "{{ result_ipareplica_prepare.config_setup_ca }}"
config_master_host_name: "{{ result_ipareplica_prepare.config_master_host_name }}"
when: result_ipareplica_test.setup_adtrust