cookbook 'fetchmail', '= 1.0.0'
fetchmail (2) Versions 1.0.0 Follow0
Installs/Configures Fetchmail
cookbook 'fetchmail', '= 1.0.0', :supermarket
knife supermarket install fetchmail
knife supermarket download fetchmail
fetchmail Cookbook
Install fetchmail using the system package and configure
Requirements
Plataforms:
- Debian
- Ubuntu
Attributes
fetchmail::default
<table>
<tr>
<th>Attribute</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>node['fetchmail']['server']</tt></td>
<td>Support 'apache' and 'nginx'</td>
<td><tt>nginx</tt></td>
</tr>
</table>
Usage
fetchmail::default
Just include fetchmail
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[fetchmail]" ] }
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
Dependent cookbooks
This cookbook has no specified dependencies.