hostname back to origin
This commit is contained in:
parent
74161ae3cb
commit
f3404a3d76
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ prepareIpaServer()
|
|||
# getent hosts ${HOSTNAME} >> /etc/hosts
|
||||
echo "${IP4} ${HOSTNAME} ${ORIG_HOSTNAME}" >> /etc/hosts
|
||||
fi
|
||||
rlRun "ipa-server-install -U --hostname ${HOSTNAME} -n ${DOMAIN} -r ${REALM} --setup-dns -p ${DM_SECRET} -a ${ADMIN_SECRET} --auto-forwarders"
|
||||
rlRun "ipa-server-install -U -n ${DOMAIN} -r ${REALM} --setup-dns -p ${DM_SECRET} -a ${ADMIN_SECRET} --auto-forwarders"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue