mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 09:06:44 -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:
|
||||
args.extend([
|
||||
'--setup-dns',
|
||||
'--forwarder', host.config.dns_forwarder
|
||||
'--forwarder', host.config.dns_forwarder,
|
||||
'--auto-reverse'
|
||||
])
|
||||
|
||||
host.run_command(args)
|
||||
|
Loading…
Reference in New Issue
Block a user