cookbook 'chef-golang', '= 1.0.0'
The chef-golang cookbook has been deprecated
Author provided reason for deprecation:
The chef-golang cookbook has been deprecated and is no longer being maintained by its authors. Use of the chef-golang cookbook is no longer recommended.
You may find that the golang cookbook is a suitable alternative.
chef-golang (2) Versions 1.0.0 Follow3
Installs go programming language
cookbook 'chef-golang', '= 1.0.0', :supermarket
knife supermarket install chef-golang
knife supermarket download chef-golang
chef-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
chef-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>
Usage
chef-golang::default
Just include chef-golang
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[chef-golang]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Submit a Pull Request using Github
License and Authors
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.