File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
165165fi
166166
167167if [[ " $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
171171fi
You can’t perform that action at this time.
0 commit comments