Skip to main content

Puppet does not install in CentOS6 with WHM/cPanel

Comments

2 comments

  • cPanelMichael
    Hello :) cPanel does not currently ship Ruby as a RPM. An entry for ruby is added to the exclude= line in /etc/yum.conf. Have you tried using --skip-broken with YUM to work around the problem? Thank you.
    0
  • soulbrat
    Yes, you are absolutely right! I forgot about exceptions in yum.conf This line was added with cpanel after installation. # cat /etc/yum.conf | grep exclude exclude=bind-chroot courier* dovecot* exim* filesystem httpd* mod_ssl* mydns* mysql* nsd* php* proftpd* pure-ftpd* ruby* spamassassin* squirrelmail* And with this line "yum search ruby" of course could not found "ruby". I deleted this line and "yum search" found out "ruby" in repository from "puppetlabs" And Puppet was installed succesfully! Thank you for you help! :)
    0

Please sign in to leave a comment.