icingaweb2: Install mod_proxy_fcgi on testing CentOS 6

This commit is contained in:
Markus Frosch 2017-11-17 14:47:53 +01:00
parent 8b54a0f7bd
commit b2f550330c

View File

@ -5,6 +5,10 @@
if [ -f /etc/centos-release ] || grep -q 'ID="centos"' /etc/os-release; then
sudo yum install -y centos-release-scl
sudo yum install -y httpd
if [ -f /etc/system-release-cpe ] && grep -qF centos:linux:6:GA /etc/system-release-cpe; then
sudo yum install -y mod_proxy_fcgi
fi
fi
install_package icingaweb2