cookbook 'steamcmd', '= 0.1.2'
steamcmd (5) Versions 0.1.2 Follow1
Installs/Configures steamcmd
cookbook 'steamcmd', '= 0.1.2', :supermarket
knife supermarket install steamcmd
knife supermarket download steamcmd
steamcmd Cookbook
Installs and configures steam apps with SteamCMD.
Attributes
steamcmd::default
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['steamcmd']['bacon']</tt></td>
<td>Boolean</td>
<td>whether to include bacon</td>
<td><tt>true</tt></td>
</tr>
</table>
Usage
steamcmd::default
Just include steamcmd
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[steamcmd]" ] }
Convenience recipes
Just include app-specific recipe in your node's run_list
or do include_recipe
from inside your cookbook:
include_recipe 'steamcmd::counterstrike_source'
Avaialble recipes:
- counterstrike_source
- team_fortress
- day_of_defeat_source
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
Authors
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.