We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7addf05 commit 33b6893Copy full SHA for 33b6893
tasks/install_shell.sh
@@ -135,7 +135,7 @@ elif [[ "$collection" == puppetcore*-nightly ]]; then
135
elif [[ "$collection" == "puppetcore"* ]]; then
136
yum_source='https://yum-puppetcore.puppet.com/public'
137
elif [ "$nightly" = true ]; then
138
- yum_source='http://nightlies.puppet.com/yum'
+ yum_source='http://nightlies.puppet.com/yum'
139
else
140
yum_source='http://yum.puppet.com'
141
fi
0 commit comments