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:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user