Trying to install puppet-agent on client servers running CentOS5 and CentOS6. Ran
# rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-5.noarch.rpm
and
# rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm
on the respective servers. In the `/etc/yum.repo.d/puppetlabs.repo` file I enabled each of the repos. When I ran:
# yum install puppet-agent
the output listed the puppetlab packages installed, but the last line was:
`No package puppet-agent available`
I confirmed that there was no service 'puppet-agent' available on the server.
Tried running:
# yum -y install puppet
on these client servers, but the same results, `no service puppet-agent available` on the server
I have the feeling I'm missing something very obvious to a more experienced puppet user. Any help would be greatly appreciated.
↧