Add golang cookbook
Needs updating of ark and git cookbooks
This commit is contained in:
16
cookbooks/ark/metadata.rb
Normal file
16
cookbooks/ark/metadata.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
name 'ark'
|
||||
maintainer 'Chef Software, Inc.'
|
||||
maintainer_email 'cookbooks@chef.io'
|
||||
license 'Apache-2.0'
|
||||
description 'Provides a custom resource for installing runtime artifacts in a predictable fashion'
|
||||
version '5.0.0'
|
||||
|
||||
%w(ubuntu debian redhat centos suse opensuse opensuseleap scientific oracle amazon windows mac_os_x smartos freebsd).each do |os|
|
||||
supports os
|
||||
end
|
||||
|
||||
depends 'seven_zip' # for windows os
|
||||
|
||||
source_url 'https://github.com/chef-cookbooks/ark'
|
||||
issues_url 'https://github.com/chef-cookbooks/ark/issues'
|
||||
chef_version '>= 14.0'
|
||||
Reference in New Issue
Block a user