From 0772b55f2cc13a79000c9b898cc67a2046a330c8 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 20 Apr 2022 08:20:43 +0900 Subject: [PATCH] cs9: Fix missing NODEPOOL_PUPPETLABS_MIRROR Change-Id: Ic5c3630c2e5fa7d3ec347b928a9b0b5f3093e28d --- configure_facts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_facts.sh b/configure_facts.sh index 55d375570..60a6c9a7c 100644 --- a/configure_facts.sh +++ b/configure_facts.sh @@ -45,8 +45,8 @@ if [ -f /etc/ci/mirror_info.sh ]; then CEPH_MIRROR_HOST="https://buildlogs.centos.org/centos/9-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 CENTOS_MIRROR_HOST='http://mirror.centos.org'