huit / puppet-ipa

Puppet module that can manage an IPA master, replicas and clients.
15 stars 48 forks source link

kstart not available on RHEL 6 #12

Closed kristvanbesien closed 10 years ago

kristvanbesien commented 10 years ago

Hello,

The server install tries to install kstart, which is not available for RHEL6

Notice: /Stage[main]/Ipa::Master/Ipa::Serverinstall[dc1-vir3.local]/Notify[Running IPA server install, please wait.]/message: defined 'message' as 'Running IPA server install, please wait.'
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install kstart' returned 1: Error: Nothing to do
Error: /Stage[main]/Ipa/Package[kstart]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install kstart' returned 1: Error: Nothing to do
robruma commented 10 years ago

The kstart package should be in EPEL.

http://dl.fedoraproject.org/pub/epel/6/x86_64/repoview/kstart.html

Add the epel-release package and you should get better results.

Thanks Rob