Skip to content
Snippets Groups Projects
Commit 9d6cd7ac authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipaserver_{test,prepare}: Add kasp_db_file to options

options.kasp_db_file is used in dns.install_check if options.dnssec_master
is enabled. kasp_db_file defauts to None and is only a supported option in
the post deployment ipa-dns-install script. Therefore it is suffient to
set it to None.
parent 4f897d37
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ def main():
options.setup_ca = ansible_module.params.get('setup_ca')
options._host_name_overridden = ansible_module.params.get(
'_hostname_overridden')
options.kasp_db_file = None
# init ##################################################################
......
......@@ -194,6 +194,7 @@ def main():
options.secondary_rid_base = ansible_module.params.get('secondary_rid_base')
### additional ###
options.kasp_db_file = None
# version specific ######################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment