I am encountering an error when installing Puppet Server on CentOS6.5. I pulled down the repository for my yum install:
rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-5.noarch.rpm
After I ran that, I proceeded to install the tool:
yum install puppet-server
after which I received the following message:
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: centos-distro.cavecreek.net
* extras: mirror.team-cymru.org
* updates: mirror.raystedman.net
Setting up Install Process
No package puppet-server available.
Error: Nothing to do
I then cleared my caches located at /etc/yum.repos.d and /etc/pki/rpm-gpg/
rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-5.noarch.rpm
and received the following:
Retrieving http://yum.puppetlabs.com/puppetlabs-release-el-5.noarch.rpm
warning: /var/tmp/rpm-tmp.DLNJo7: Header V3 RSA/SHA1 Signature, key ID 4bd6ec30: NOKEY
Preparing... ########################################### [100%]
package puppetlabs-release-5-10.noarch is already installed
At this point I can only assume that I am not hitting the puppet repository. I also cleared the files at /var/tmp thinking that the rpm cli was querying /var/tmp to see if the repository had been downloading.