@@ -123,23 +123,27 @@ else
123
123
collection=' puppet'
124
124
fi
125
125
126
- if [[ " $collection " == " puppetcore" * && -z " $password " ]]; then
126
+ if [[ " $collection " != ' puppetcore8-nightly ' && " $collection " == " puppetcore" * && -z " $password " ]]; then
127
127
echo " A password parameter is required to install from puppetcore"
128
128
exit 1
129
129
fi
130
130
131
131
if [ -n " $PT_yum_source " ]; then
132
132
yum_source=$PT_yum_source
133
+ elif [[ " $collection " == " puppetcore8-nightly" ]]; then
134
+ yum_source=' https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
133
135
elif [[ " $collection " == " puppetcore" * ]]; then
134
136
yum_source=' https://yum-puppetcore.puppet.com/public'
135
137
elif [ " $nightly " = true ]; then
136
- yum_source=' https ://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local /yum'
138
+ yum_source=' http ://nightlies.puppet.com /yum'
137
139
else
138
140
yum_source=' http://yum.puppet.com'
139
141
fi
140
142
141
143
if [ -n " $PT_apt_source " ]; then
142
144
apt_source=$PT_apt_source
145
+ elif [[ " $collection " == " puppetcore8-nightly" ]]; then
146
+ apt_source=' https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/apt'
143
147
elif [[ " $collection " == " puppetcore" * ]]; then
144
148
apt_source=' https://apt-puppetcore.puppet.com/public'
145
149
elif [ " $nightly " = true ]; then
150
154
151
155
if [ -n " $PT_mac_source " ]; then
152
156
mac_source=$PT_mac_source
157
+
158
+ elif [[ " $collection " == " puppetcore8-nightly" ]]; then
159
+ mac_source=' https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/downloads'
153
160
elif [[ " $collection " == " puppetcore" * ]]; then
154
161
mac_source=' https://artifacts-puppetcore.puppet.com/v1/download'
155
162
elif [ " $nightly " = true ]; then
0 commit comments