Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[foreman] Update location for deb repo #3871

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/test_data/foreman_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ elif grep -iq debian /etc/os-release; then
Pin: version 7.29.0*
Pin-Priority: -10' | sed "s/^ //g" > /etc/apt/preferences.d/puppet.pref
apt-get install /root/puppet7-release-bullseye.deb
curl https://deb.theforeman.org/foreman.asc --output /etc/apt/trusted.gpg.d/foreman.asc
echo "deb http://deb.theforeman.org/ bullseye $FOREMAN_VER" | tee /etc/apt/sources.list.d/foreman.list
echo "deb http://deb.theforeman.org/ plugins $FOREMAN_VER" | tee -a /etc/apt/sources.list.d/foreman.list
curl https://archivedeb.theforeman.org/foreman.asc --output /etc/apt/trusted.gpg.d/foreman.asc
echo "deb http://archivedeb.theforeman.org/ bullseye $FOREMAN_VER" | tee /etc/apt/sources.list.d/foreman.list
echo "deb http://archivedeb.theforeman.org/ plugins $FOREMAN_VER" | tee -a /etc/apt/sources.list.d/foreman.list
apt-get update
apt-get -y install foreman-installer && SUCCESS=1
fi
Expand Down
Loading