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'