/chef-golang

Installs go programming language / confirmed works with Amazon OpsWorks

Primary LanguageRuby

golang Cookbook

Requirements

Platform

Tested on:

  • Debian GNU/Linux 6.0

Notes: This cookbook has been tested on the listed platforms. It may work on other platforms with or without modification.

Attributes

golang::default

Key Type Description Default
['go']['version'] String Go version 1.0.3
['go']['platform'] String `amd64` or `i386` amd64

Usage

golang::default

Just include golang in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[golang]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Submit a Pull Request using Github

Contributors