Skip to content

Commit

Permalink
Merge pull request #74 from RallySoftware-cookbooks/issue-71
Browse files Browse the repository at this point in the history
Issue 71 - Removing dependency on yum and adding yum-epel
  • Loading branch information
mdxp committed Mar 4, 2014
2 parents 4c68552 + ac712c3 commit eeba58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
recipe "nodejs::install_from_package", "Installs Node.JS from packages"
recipe "nodejs::npm", "Installs npm from source - a package manager for node"

%w{ apt yum build-essential }.each do |c|
%w{ apt yum-epel build-essential }.each do |c|
depends c
end

Expand Down
2 changes: 1 addition & 1 deletion recipes/install_from_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
action :add
end
when 'rhel'
include_recipe 'yum::epel'
include_recipe 'yum-epel'
packages = %w{ nodejs nodejs-devel npm }
when 'smartos'
packages = %w{ nodejs }
Expand Down

0 comments on commit eeba58a

Please sign in to comment.