PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
SYNOPSIS_="$NAME_"
REQUIRES_="standard GNU commands, apt, dpkg"
- VERSION_="1.55"
- DATE_="2010-11-23; last update: 2015-11-18"
+ VERSION_="1.56"
+ DATE_="2010-11-23; last update: 2015-11-19"
AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
URL_="http://evergreen-ils.org"
CATEGORY_="devel"
for LVS in $MACHINES_LVS_ONLY
do
cp -f $LVSCONFIGFILE $OUTDIR/$LVS/etc/ha.d
+ mkdir -p "$OUTDIR/$LVS/usr/local/bin"
+ cp -f $TEMPLATEDIR/lvs/check_https "$OUTDIR/$LVS/usr/local/bin"
done
### Setup hosts file for LVS and DNS zonefiles on LVS servers.