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
Updated by Justin Sherrill over 10 years ago
- Translation missing: en.field_release set to 13
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello.org/pull/57 added
- Pull request deleted (
)
Updated by Eric Helms over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-website|6d538ae0dea138a8774c83cc895f879198c97e30.
Actions