cookbook 'database_sl', '= 0.1.1'
database_sl (9) Versions 0.1.1 Follow0
Installs/Configures database_sl
cookbook 'database_sl', '= 0.1.1', :supermarket
knife supermarket install database_sl
knife supermarket download database_sl
database_sl Cookbook
Super light database cookbook. As opposed to other database cookbooks, to run
queries it is used only the official terminal-based tool.
Living on the edge, it is used the approach to build custom
resources introduced in
chef-client version 12.5.
Requirements
Platforms
- Ubuntu 14.04 LTS
Chef
- Chef 12.2.0
packages
-
toaster
- database_sl needs toaster to brown your bagel.
Attributes
database_sl::postgresql
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['database_sl']['postgresql']['version']</tt></td>
<td>String</td>
<td>PostgreSQL database server version</td>
<td><tt>9.4</tt></td>
</tr>
</table>
Usage
database_sl::postgresql
Just include database_sl
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[database_sl::postgresql]" ] }
For sharing at Chef Supermarket:
knife cookbook site share "database_sl" "Databases"
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
Authors: TODO: List authors
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
database_sl CHANGELOG
This file is used to list changes made in each version of the database_sl cookbook.
0.1.0
- [your_name] - Initial release of database_sl
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Foodcritic Metric
0.1.1 failed this metric
FC041: Execute resource used to run curl or wget commands: /tmp/cook/c469042cdf383061cd883dbd/database_sl/recipes/postgresql.rb:14
0.1.1 failed this metric