We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c68552 + ac712c3 commit eeba58aCopy full SHA for eeba58a
metadata.rb
@@ -13,7 +13,7 @@
13
recipe "nodejs::install_from_package", "Installs Node.JS from packages"
14
recipe "nodejs::npm", "Installs npm from source - a package manager for node"
15
16
-%w{ apt yum build-essential }.each do |c|
+%w{ apt yum-epel build-essential }.each do |c|
17
depends c
18
end
19
recipes/install_from_package.rb
@@ -38,7 +38,7 @@
38
action :add
39
40
when 'rhel'
41
- include_recipe 'yum::epel'
+ include_recipe 'yum-epel'
42
packages = %w{ nodejs nodejs-devel npm }
43
when 'smartos'
44
packages = %w{ nodejs }
0 commit comments