Fix missing INCLUDEPKGS var in haproxy element
Change-Id: I5ccae72695642379c5e817f7335348c344480747
This commit is contained in:
parent
57d653cc63
commit
28f4f9e44a
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user