I typically install puppet
via kickstart
. Apparently, puppet
now requires a package (libselinux-ruby
) that is included in the Red Hat's Optional Channel.
I was under the impression I could only use the Optional Channel by assigning the appropriate Software Channel entitlement after the server was provisioned with RHN.
Does this mean that we cannot use kickstart
to install packages that are in the Optional Channel? If that is not the case, how would we configure our kickstart
accordingly?