Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelklishin/go-language-chef-cookbook
A Chef cookbook that provisions the Go programming language build toolchain (stable or tip versions)
https://github.com/michaelklishin/go-language-chef-cookbook
Last synced: about 1 month ago
JSON representation
A Chef cookbook that provisions the Go programming language build toolchain (stable or tip versions)
- Host: GitHub
- URL: https://github.com/michaelklishin/go-language-chef-cookbook
- Owner: michaelklishin
- Created: 2012-06-29T08:40:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T11:53:54.000Z (almost 11 years ago)
- Last Synced: 2024-05-08T19:22:37.127Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 146 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Language Chef Cookbook
This is an OpsCode Chef cookbook for [Go, the programming language](http://golang.org).
It uses the ["Go Language Gophers" Ubuntu PPA](https://launchpad.net/~gophers/+archive/go)
and allows you to tweak version using Chef node attributes.It is released under the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
## Recipes
Main recipe is `golang::default`.
## Attributes
* `[:golang][:version]` (default: "stable"): Go version to install, either `stable` or `tip` (the bleeding edge)
## Supported OSes
Ubuntu 10.10 to 12.04, will likely work just as well on Debian unstable.
## Dependencies
None.
## Copyright & License
Michael S. Klishin, Travis CI Development Team, 2012.
Released under the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/michaelklishin/go-language-chef-cookbook/trend.png)](https://bitdeli.com/free "Bitdeli Badge")