On Thursday, 26 April 2012 18:33:18 UTC+10, denmat wrote:
>
> Hi, I just spun up a fresh AWS instance and did this:
>
> $ cat puppet.repo.pp
> class jenkins {
>
> yumrepo { "jenkins":
> baseurl => "http://pkg.jenkins-ci.org/redhat",
> descr => "Jenkins",
> enabled => 1,
> gpgcheck => 1,
> gpgkey => "
> http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key",
> }
> package {"jenkins": ensure => latest }
> }
>
> include jenkins
>
>
I appreciate your help, but with that manifest I get the same error on both
the node I'm trying to install on and on a fresh CentOS 5.7 with Puppet
2.7.9.
err: /Stage[main]/Jenkins/Package[jenkins]/ensure: change from absent to
latest failed: Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y
install jenkins' returned 1: warning: rpmts_HdrFromFdno: Header V4 DSA
signature: NOKEY, key ID d50582e6
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/sVsibb6ExBsJ.
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.