From 8ba3dc0114033bf1ec2c491e24669085c88230cc Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 29 Jan 2013 23:43:34 -0800 Subject: [PATCH] update epel-release rpm to point to the latest version. This is a real half ass solution. I still need to figure out how to just get the latest --- manifests/setup/centos.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/setup/centos.pp b/manifests/setup/centos.pp index afbe890..4b0eb0b 100644 --- a/manifests/setup/centos.pp +++ b/manifests/setup/centos.pp @@ -8,7 +8,7 @@ file { '/tmp/setup_epel.sh': content => ' #!/bin/bash -wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm +wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh epel-release-6*.rpm' }