After going through some dependency hell trying to get the
rpmforge-release package installed before the RPMforge repo, which
contains the GPG key for RPMforge packages, now I find that when
puppet tries to install this package, this happens:

Jul 20 10:20:04 slog01 puppetd[2753]:
(//yum::client/Package[rpmforge-release]/ensure) change from absent to
present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install
rpmforge-release' returned 1: warning: rpmts_HdrFromFdno: Header V3
DSA signature: NOKEY, key ID 6b8d79e6

The package actually installs, but since it's flagging a warning, and
it's exit code is 1, AND just about everything else relies on this
repository being there, puppet fails everything else after it. It
would be really nice if puppet could ignore the warnings. Now I need
to find a way to install this rpm outside of puppet, probably in the
%post section of the kickstart.

Doug.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to