Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
adding a description of the EPELErlangrepo and having it only run bet…
Browse files Browse the repository at this point in the history
…ween versions 5.0 and 6.0
  • Loading branch information
harlanbarnes authored and jtimberman committed Feb 2, 2012
1 parent 7d0769d commit 1e5eeb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erlang/recipes/default.rb
Expand Up @@ -29,7 +29,9 @@
yum_repository "erlang" do
name "EPELErlangrepo"
url "http://repos.fedorapeople.org/repos/peter/erlang/epel-5Server/$basearch"
description "Updated erlang yum repository for RedHat / Centos 5.x - #{node['kernel']['machine']}"
action :add
only_if { node[:platform_version].to_f >= 5.0 && node[:platform_version].to_f < 6.0 }
end
package "erlang"
else
Expand Down

0 comments on commit 1e5eeb1

Please sign in to comment.