cookbook 'pgpool', '= 0.1.1'
pgpool (3) Versions 0.1.1 Follow0
Installs/Configures pgpool
cookbook 'pgpool', '= 0.1.1', :supermarket
knife supermarket install pgpool
knife supermarket download pgpool
pgpool Cookbook
Installs and configures PGPool
Attributes
pgpool::default
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['pgpool']['pgconf']['listen_address']</tt></td>
<td>String</td>
<td>listen address</td>
<td><tt>localhost</tt></td>
</tr>
<tr>
<td><tt>['pgpool']['pgconf']['port']</tt></td>
<td>String</td>
<td>bind port</td>
<td><tt>9999</tt></td>
</tr>
<tr>
<td><tt>['pgpool']['pgconf']['logdir']</tt></td>
<td>String</td>
<td>log directory</td>
<td><tt>/var/log/pgpool</tt></td>
</tr>
</table>
Usage
pgpool::default
Just include pgpool
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[pgpool]" ] }
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
- Author:: Jens Jorritsma(jens.jorritsma@rackspace.com)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
pgpool Cookbook CHANGELOG
0.1.1
- Jens Jorritsma - Template fix for pgpool.conf
0.1.0
- Jens Jorritsma - Initial release of pgpool
Foodcritic Metric
0.1.1 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/7a219c4adfe7eafc52d84f5e/pgpool/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/7a219c4adfe7eafc52d84f5e/pgpool/metadata.rb:1
0.1.1 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/7a219c4adfe7eafc52d84f5e/pgpool/metadata.rb:1