Hello list!
I am getting an error when I run puppetd --test on the client and I
could use some pointers on chasing this down:
[root@mclient ~]# puppetd --test
info: Caching catalog for mclient.acadaca.net
info: Applying configuration version '1297357383'
err: //centos/Yumrepo[rpmforge]: Failed to retrieve current state of
resource: A section with name base already exists
notice: Finished catalog run in 1.23 seconds
which is odd to me because I've created a very simple manifest that
only includes one repo definition and yet the error persists:
class centos {
yumrepo { 'rpmforge':
baseurl => ' http://apt.sw.be/redhat/el5/en/$basearch/rpmforge',
enabled => ' 1',
gpgcheck => ' 1',
gpgkey => ' file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag',
descr => ' RHEL $releasever - RPMforge.net - dag',
mirrorlist => ' http://apt.sw.be/redhat/el5/en/mirrors-rpmforge',
protect => ' 0'
}
}
I've also grepped my manifests directory for the term 'base' and didnt
find a duplicate repo definition that included it...
thanks in advance!
--
GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.