Fix missing INCLUDEPKGS var in haproxy element

Change-Id: I5ccae72695642379c5e817f7335348c344480747
This commit is contained in:
Adam Harwell 2019-05-03 15:24:46 -06:00
parent 57d653cc63
commit 28f4f9e44a

View File

@ -7,6 +7,7 @@ set -o xtrace
if [ "$DISTRO_NAME" == "ubuntu" ] && [ "$DIB_RELEASE" == "trusty" ]; then
echo deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse > /etc/apt/sources.list.d/backports.list
elif [ "$DISTRO_NAME" == "centos7" ]; then
INCLUDEPKGS=''
case $ARCH in
x86_64|amd64)
BASEURL=http://mirror.centos.org/\$contentdir/\$releasever/paas/\$basearch/openshift-origin/