cs9: Fix missing NODEPOOL_PUPPETLABS_MIRROR

Change-Id: Ic5c3630c2e5fa7d3ec347b928a9b0b5f3093e28d
(cherry picked from commit 0772b55f2c)
This commit is contained in:
Takashi Kajinami 2022-04-20 08:20:43 +09:00
parent a4d550ec73
commit 4fe265b9e5
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@ if [ -f /etc/ci/mirror_info.sh ]; then
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/SIGs/${VERSION_ID}-stream/storage/x86_64/ceph-${CEPH_VERSION}/"
else
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/centos/${VERSION_ID}-stream/storage/x86_64/ceph-${CEPH_VERSION}/"
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/yum-puppetlabs"
fi
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/yum-puppetlabs"
fi
else
if [ "${OS_NAME_VERS}" == "centos9" ]; then