Files
09ff119cd16f6a5c5ef2e3aa18eff6947ac70622
83 lines
3.1 KiB
Bash
83 lines
3.1 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"
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/yum-puppetlabs"
NODEPOOL_RDO_PROXY='https://trunk.rdoproject.org'