This cookbook allows to fetch files served over HTTP/HTTPS using wget without having to add the logic each time in a recipe.
fetch_www 'foo' do
url 'http://example.com/example.txt'
dest '/tmp'
owner 'nobody'
group 'root'
overwrite true
end
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Jean-Francois Theroux [email protected] License: Apache version 2