Skip to content

Commit

Permalink
[foreman] Update location for deb repo
Browse files Browse the repository at this point in the history
Related: #3870
Signed-off-by: Arif Ali <[email protected]>
  • Loading branch information
arif-ali committed Dec 11, 2024
1 parent 678ea65 commit 741c2e5
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 741c2e5

Please sign in to comment.