cookbook 'octopus', '= 0.1.2'
octopus (3) Versions 0.1.2 Follow11
installs, configures and registers an octopus tentacle
cookbook 'octopus', '= 0.1.2', :supermarket
knife supermarket install octopus
knife supermarket download octopus
octopus Cookbook
This cookbook installs and configures an octopus tentacle on your chef node.
Requirements
-
windows
- depends on the windows community cookbook
Attributes
octopus::install_tentacle
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['octopus']['tentacle']['package_name']</tt></td>
<td>String</td>
<td>The name of the tentacle install package</td>
<td><tt>true</tt></td>
</tr>
<tr>
<td><tt>['octopus']['tentacle']['url']</tt></td>
<td>String</td>
<td>The url location of the tentacle install package</td>
<td><tt>true</tt></td>
</tr>
</table>
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
License: Apache 2.0
Authors: Michael Burns
Dependent cookbooks
windows >= 1.2.2 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
octopus CHANGELOG
0.1.2
- Michael Burns - Cleaned-up cookbook for public release
0.1.0
- Michael Burns - Initial release of octopus
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.