Skip to content

Commit f0e34b7

Browse files
committed
update urls
1 parent c36abcf commit f0e34b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/install_puppetserver.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ if [[ "$osfamily" == "debian" ]]; then
157157
echo "No builds for $platform"
158158
exit 1
159159
else
160-
run_cmd "curl -o puppet.deb http://apt.puppetlabs.com/${collection}-release-${codename}.deb"
160+
run_cmd "curl -o puppet.deb https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt/${collection}-release-${codename}.deb"
161161
dpkg -i --force-confmiss puppet.deb
162162
apt-get update -y
163163
apt-get install puppetserver -y
164164
fi
165165
fi
166166

167167
if [[ "$osfamily" == "redhat" ]]; then
168-
run_cmd "curl -o puppet.rpm http://yum.puppetlabs.com/${collection}-release-el-${major_version}.noarch.rpm"
168+
run_cmd "curl -o puppet.rpm https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum/${collection}-release-el-${major_version}.noarch.rpm"
169169
rpm -Uvh puppet.rpm --quiet
170170
yum install puppetserver -y --quiet
171171
fi

0 commit comments

Comments
 (0)