CI tests: Enabled automatic creation of reverse zone during master installation

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Oleg Fayans 2015-12-21 11:22:06 +01:00 committed by Martin Basti
parent c8a0359362
commit 36e85b10db

View File

@ -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)