Actions
Bug #7241
closedNeed to enable Red Hat Common ( rh-common ) repository during %post of kickstart
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1132790
This repository defaults to 'false' and no clients will get access to puppet which is contained within the rh-common repository.
We need to add a snippet to the Satellite 6 Katello kickstart template before we install puppet to enable this repo:
subscription-manager repos --enable rhel-<%= @host.operatingsystem.major -%>-server-rh-common-rpms
Updated by Partha Aji over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|615f1ba9b19483b5bde2ee186c30e4d7b7efce76.
Actions