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
This commit is contained in:
Dan Bode
2013-01-29 23:43:34 -08:00
parent 4519c15572
commit 8ba3dc0114

View File

@@ -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'
}