bind should work now.

This commit is contained in:
Petr Sklenar 2022-04-20 09:33:25 +02:00
commit 63eedc2dc1
2 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,11 @@ fetch_local_ipv4()
prepareIpaServer()
{
if rlIsRHEL >= 8
then
rlRun "dnf -y module install idm:DL1"
fi
rlRun "dnf -y install freeipa-server-dns"
HOSTNAME=`hostname`
if echo $HOSTNAME | grep '\.'

2
main.fmf Normal file
View file

@ -0,0 +1,2 @@
# QE owner
contact: Petr Sklenar <psklenar@redhat.com>