bind should work now.
This commit is contained in:
parent
5884358117
commit
63eedc2dc1
2 changed files with 7 additions and 0 deletions
|
|
@ -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
2
main.fmf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# QE owner
|
||||
contact: Petr Sklenar <psklenar@redhat.com>
|
||||
Loading…
Add table
Add a link
Reference in a new issue