Files
c8c85b1222f7491fb5be429b113f53fea6fdfc7e
84 lines
3.4 KiB
Bash
84 lines
3.4 KiB
Bash
#!/bin/bash -ex
# Write out facts to the facter folder when we generate them.
if uses_debs; then
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/apt-puppetlabs"
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/SIGs/${VERSION_ID}-stream/storage/x86_64/ceph-${CEPH_VERSION}/"
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/yum-puppetlabs"
NODEPOOL_RDO_PROXY='https://trunk.rdoproject.org'
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/SIGs/${VERSION_ID}-stream/storage/x86_64/ceph-${CEPH_VERSION}/"