Commit d63af16c authored by Vitaly Lipatov's avatar Vitaly Lipatov

update vz/azbyka

parent 51959d36
......@@ -172,9 +172,9 @@ for i in $PKGPROFILE ; do
case $i in
apache2-php7)
epmi --auto --skip-installed apache2-mod_mpm_itk apache2-mod_php7
# opcache zip intl xsl memcache yaml xdebug redis tidy memcached suhosin
# opcache intl yaml xdebug redis tidy
epmi --auto --skip-installed php7-mbstring php7-pdo php7-curl php7-fileinfo php7-dom php7-exif \
php7-pdo_mysql php7-mysqli php7-pcntl php7-openssl php7-mcrypt php7-gd2 php7-xmlreader php7-memcached
php7-pdo_mysql php7-mysqli php7-pcntl php7-openssl php7-mcrypt php7-gd2 php7-xmlreader php7-memcached php7-xsl php7-zip php7-redis
tune_php7
tune_apache2
;;
......@@ -186,6 +186,9 @@ for i in $PKGPROFILE ; do
esac
done
# optional packages
epmi --auto --skip-installed $PKGINSTALL
tune_monit
epm clean
......@@ -21,6 +21,8 @@ hostserver()
fi
}
PKGINSTALL=
if [ -s "base.task" ] ; then
. base.task
fi
......@@ -120,6 +122,7 @@ echo "NAME=$NAME" | st tee -a $ATASK
echo "AUSER=$AUSER" | st tee -a $ATASK
echo "ACONF=$ACONF" | st tee -a $ATASK
echo "ADOMAIN=$ADOMAIN" | st tee -a $ATASK
echo "PKGINSTALL='$PKGINSTALL'" | st tee -a $ATASK
auserid=$(hostserver vzctl exec $VEIDORIG id -u $AUSER)
[ -n "$auserid" ] || fatal "can't get user id"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment