Add golang cookbook
Needs updating of ark and git cookbooks
This commit is contained in:
20
cookbooks/golang/metadata.rb
Normal file
20
cookbooks/golang/metadata.rb
Normal file
@@ -0,0 +1,20 @@
|
||||
name 'golang'
|
||||
maintainer 'Sous Chefs'
|
||||
maintainer_email 'help@sous-chefs.org'
|
||||
license 'Apache-2.0'
|
||||
description 'Installs go programming language'
|
||||
source_url 'https://github.com/sous-chefs/golang'
|
||||
issues_url 'https://github.com/sous-chefs/golang/issues'
|
||||
chef_version '>= 14.0'
|
||||
version '4.1.0'
|
||||
|
||||
supports 'debian'
|
||||
supports 'ubuntu'
|
||||
supports 'redhat'
|
||||
supports 'centos'
|
||||
supports 'fedora'
|
||||
supports 'amazon'
|
||||
supports 'scientific'
|
||||
supports 'oracle'
|
||||
|
||||
depends 'ark', '~> 5.0'
|
||||
Reference in New Issue
Block a user