Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

remote_or_s3_file (6) Versions 0.1.4

Recource wrapper for remote_file and aws_s3_file

Policyfile
Berkshelf
Knife
cookbook 'remote_or_s3_file', '= 0.1.4', :supermarket
cookbook 'remote_or_s3_file', '= 0.1.4'
knife supermarket install remote_or_s3_file
knife supermarket download remote_or_s3_file
README
Dependencies
Quality 100%

remote_or_s3_file

This cookbook provides the resource remote_or_s3_file.

The provider remote_or_s3_file acts just like remote_file, except when you
use an s3://... uri, then the remote_or_s3_file will act like the
aws_s3_file provider.

Usage

remote_or_s3_file 'example.zip' do
  source 'http://example.com/example.zip'
end

Or from an S3 bucket

remote_or_s3_file 'example.zip' do
  source 's3://example/example.zip'
end

Dependent cookbooks

aws >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.1.4 passed this metric