renamed variable MAINDOM to REALM

This commit is contained in:
2021-12-08 17:35:21 +01:00
parent 97e5459163
commit 976ba1a9ee
6 changed files with 20 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ conf_ceph()
echo >> /etc/hosts
echo "# Ceph servers:" >> /etc/hosts
for srv in $CEPH_SRV_NAMES; do
local line="$(eval echo \$CEPHIP_$srv) $srv.$MAINDOM $srv"
local line="$(eval echo \$CEPHIP_$srv) $srv.$REALM $srv"
prnt m " - Adding line $line to /etc/hosts"
echo "$line" >> /etc/hosts
done