cookbook 'golang', '= 1.1.1'
golang
(44) Versions
1.1.1
-
Follow23
Installs go programming language
cookbook 'golang', '= 1.1.1', :supermarket
knife supermarket install golang
knife supermarket download golang
<a name="title"></a> golang (Chef cookbook for Go)
<a name="description"></a> Description
Chef cookbook for Go programming language.
<a name="requirements"></a> Requirements
<a name="requirements-platform"></a> Platform
- Ubuntu (10.04/11.04/12.04/13.04)
- Debian (6.0/7.0)
- CentOS (6.4)
Notes: This cookbook has been tested on the listed platforms. It
may work on other platforms with or without modification. Please
[report][issues] any additional platforms so they can be added.
<a name="requirements-cookbooks"></a> Cookbooks
This cookbook depends on the following external cookbooks:
- [git][git]
<a name="usage"></a> Usage
golang::default
Just include golang
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[golang]" ] }
<a name="attributes"></a> Attributes
golang::default
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['go']['version']</tt></td>
<td>String</td>
<td>Go version</td>
<td><tt>1.0.3</tt></td>
</tr>
<tr>
<td><tt>['go']['platform']</tt></td>
<td>String</td>
<td>amd64
or i386
</td>
<td><tt>amd64</tt></td>
</tr>
</table>
<a name="contributing"></a> Contributing
- Fork the repository
- Create a named feature branch (like
add_component_x
) - Write you change
- Test it by running
rake kitchen:all
- Submit a Pull Request