mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove bind configuration detected question
https://fedorahosted.org/freeipa/ticket/5351 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
2f3450249d
commit
d0bdc37679
@ -69,13 +69,6 @@ named_conf_include_re = re.compile(r'\s*include\s+"(?P<path>)"\s*;')
|
||||
named_conf_include_template = "include \"%(path)s\";\n"
|
||||
|
||||
|
||||
def check_inst(unattended):
|
||||
if not unattended and os.path.exists(NAMED_CONF):
|
||||
msg = "Existing BIND configuration detected, overwrite?"
|
||||
return ipautil.user_input(msg, False)
|
||||
|
||||
return True
|
||||
|
||||
def create_reverse():
|
||||
return ipautil.user_input("Do you want to configure the reverse zone?", True)
|
||||
|
||||
|
@ -146,10 +146,6 @@ def install_check(standalone, replica, options, hostname):
|
||||
False)):
|
||||
sys.exit("Aborted")
|
||||
|
||||
# Check bind packages are installed
|
||||
if not bindinstance.check_inst(options.unattended):
|
||||
sys.exit("Aborting installation.")
|
||||
|
||||
if options.disable_dnssec_master:
|
||||
_is_master()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user