Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yum-epel recipe to install prereqs for erlang. #25

Merged
merged 3 commits into from
Feb 18, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add yum-epel recipe to install prereqs for erlang.
This fixes [issue
24](#24). It was
discovered that erlang requires packages(lib2x_gtk2u) present in the epel-repo in
centos-7.
  • Loading branch information
drag00n committed Jan 15, 2015
commit a9e7f9d063352f98419179219e607cc05a20fa1d
4 changes: 3 additions & 1 deletion recipes/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
gpgcheck false
action :create
end

when 7
include_recipe 'yum-epel'
include_recipe 'yum-erlang_solutions'
else
include_recipe 'yum-erlang_solutions'
end
Expand Down