Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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")