Actions
Bug #7717
closedInstallation instructions point to wrong Foreman directory
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
http://www.katello.org/docs/installation/index.html states:
yum -y localinstall http://yum.theforeman.org/<INSTALL TYPE>/el<OS_VERSION>/x86_64/foreman-release.rpm
there is currently no 2.0 release of Foreman so the <INSTALL TYPE> should be hard coded to 1.6:
yum -y localinstall http://yum.theforeman.org/releases/1.6/el<OS_VERSION>/x86_64/foreman-release.rpm
Actions