cookbook 'fetch', '= 2.0.0'
fetch (7) Versions 2.0.0 Follow0
Installs/Configures fetch
cookbook 'fetch', '= 2.0.0', :supermarket
knife supermarket install fetch
knife supermarket download fetch
Fetch
This cookbook was written primarily to automate several steps I often have to do in recipes:
- Fetch some archive
- Extract it somewhere
- Symlink it elsewhere
All these steps are wrapped in a neat LWRP.
Supports
Possible archive_type
:
- gzip (tar.gz)
- war
- zip
It's also possible to fetch only a file without extracting it or symlinking it.
Usage
fetch_www 'smokeping-2.6.9.tar.gz' do base_url 'http://oss.oetiker.ch/smokeping/pub' extract_to '/usr/share' symlink_to '/usr/share/smokeping' end
fetch_www 'nexus-2.8.0.war' do base_url 'http://www.sonatype.org/downloads/' archive_type 'war' extract_to '/tmp/nexus' symlink_to '/tmp/nexus-test' end
fetch_www 'ssoAdminTools_10.0.0.zip' do base_url 'http://download.forgerock.org/downloads/openam/openam10/10.0.0/' archive_type 'zip' extract_to '/tmp/ssoadmin' symlink_to '/tmp/ssoadmin-test' end
LWRP options
-
base_url
: where to get the archive file -
archive_type
: gzip or war -
download_to
: By default, to Chef's temp download directory. Can be changed to wherever. -
extract
: defaults totrue
-
extract_to
: where to unpack the archive -
symlink
: defaults totrue
-
symlink_to
: where to symlink it
Contributing
- 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
License and Authors
Authors: Jean-Francois Theroux me@failshell.io
License: Apache version 2
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG for fetch
This file is used to list changes made in each version of fetch.
0.1.0:
- Initial release of fetch
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Collaborator Number Metric
2.0.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Foodcritic Metric
2.0.0 failed this metric
FC064: Ensure issues_url is set in metadata: fetch/metadata.rb:1
FC065: Ensure source_url is set in metadata: fetch/metadata.rb:1
FC066: Ensure chef_version is set in metadata: fetch/metadata.rb:1
FC069: Ensure standardized license defined in metadata: fetch/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
2.0.0 passed this metric
Version Tag Metric
2.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.0.0 failed this metric
2.0.0 failed this metric
FC064: Ensure issues_url is set in metadata: fetch/metadata.rb:1
FC065: Ensure source_url is set in metadata: fetch/metadata.rb:1
FC066: Ensure chef_version is set in metadata: fetch/metadata.rb:1
FC069: Ensure standardized license defined in metadata: fetch/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
2.0.0 passed this metric
Version Tag Metric
2.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
2.0.0 passed this metric
2.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number