mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
CI tests: Enabled automatic creation of reverse zone during master installation
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
c8a0359362
commit
36e85b10db
@ -277,7 +277,8 @@ def install_master(host, setup_dns=True, setup_kra=False):
|
|||||||
if setup_dns:
|
if setup_dns:
|
||||||
args.extend([
|
args.extend([
|
||||||
'--setup-dns',
|
'--setup-dns',
|
||||||
'--forwarder', host.config.dns_forwarder
|
'--forwarder', host.config.dns_forwarder,
|
||||||
|
'--auto-reverse'
|
||||||
])
|
])
|
||||||
|
|
||||||
host.run_command(args)
|
host.run_command(args)
|
||||||
|
Loading…
Reference in New Issue
Block a user