Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit db03872

Browse files
committed
Merge pull request #80 from spheromak/yum3
update to yum3 yum-epel cook
2 parents 50d2550 + 021779c commit db03872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version "1.4.5"
77

88
depends "build-essential"
9-
depends "yum"
9+
depends "yum-epel"
1010

1111
recipe "python", "Installs python, pip, and virtualenv"
1212
recipe "python::package", "Installs python using packages."

recipes/package.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# COOK-1016 Handle RHEL/CentOS namings of python packages, by installing EPEL
2424
# repo & package
2525
if platform_family?('rhel') && major_version < 6
26-
include_recipe 'yum::epel'
26+
include_recipe 'yum-epel'
2727
python_pkgs = ["python26", "python26-devel"]
2828
node.default['python']['binary'] = "/usr/bin/python26"
2929
else

0 commit comments

Comments
 (0)