James Turnbull wrote:
> You can install the RPM package for CentOS or RHEL 5.5 by running the
> following from your shell:
>   sudo sh -c "rpm -Uvh
> http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm;
> \
>     cd /tmp/ \
>     && wget -c
> http://www.puppetlabs.com/downloads/dashboard/puppet-dashboard-1.0.4rc2-1.noarch.rpm
> \
>     && gpg --keyserver x-hkp://pgp.mit.edu --recv-keys 4bd6ec30 \
>     && gpg --armor --export 4bd6ec30 > /tmp/puppetlabs.asc \
>     && rpm --import /tmp/puppetlabs.asc \

FWIW, you could simplify this to:

    rpm --import http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs

(Or an https URL for better security.)

Sadly, yum on EL-5 is a bit too old to know how to install directly
from an http URL.  In Fedora, that's possible.

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
So I don't get hurt?!  That's the best you can come up with you
dull-witted termagant!
    -- Stewie Griffin, on why he needs a car seat

Attachment: pgpqr8Dz4lcB2.pgp
Description: PGP signature

Reply via email to