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.
2 parents cde8ad4 + 73f014a commit 669f1f1Copy full SHA for 669f1f1
tasks/install_shell.sh
@@ -693,7 +693,7 @@ install_file() {
693
assert_unmodified_apt_config
694
695
dpkg -i --force-confmiss "$2"
696
- if [[ "$collection" =~ core ]]; then
+ if [[ "$collection" != puppetcore*-nightly && "$collection" =~ core ]]; then
697
auth_conf="/etc/apt/auth.conf.d/apt-puppetcore-puppet.conf"
698
sed -i "/^#?login/d" "${auth_conf}"
699
echo "login ${username}" >> "${auth_conf}"
0 commit comments