Add updated upstream nodejs cookbook
... and its new dependency, chocolatey
This commit is contained in:
16
cookbooks/nodejs/metadata.rb
Normal file
16
cookbooks/nodejs/metadata.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
name 'nodejs'
|
||||
maintainer 'redguide'
|
||||
maintainer_email 'guilhem@lettron.fr'
|
||||
license 'Apache-2.0'
|
||||
description 'Installs/Configures node.js'
|
||||
source_url 'https://github.com/redguide/nodejs'
|
||||
issues_url 'https://github.com/redguide/nodejs/issues'
|
||||
chef_version '>= 14'
|
||||
version '7.3.1'
|
||||
|
||||
depends 'ark', '>= 2.0.2'
|
||||
depends 'chocolatey', '>= 3.0'
|
||||
|
||||
%w(debian ubuntu centos redhat scientific oracle amazon smartos mac_os_x opensuseleap suse windows).each do |os|
|
||||
supports os
|
||||
end
|
||||
Reference in New Issue
Block a user