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

web (6) Versions 0.0.1

Light weight resource to deliver archived application to your host

Policyfile
Berkshelf
Knife
cookbook 'web', '= 0.0.1', :supermarket
cookbook 'web', '= 0.0.1'
knife supermarket install web
knife supermarket download web
README
Dependencies
Quality -%

Description

light weight resource to deliver web application from tarball to your host

Requirements

  • tar

Attributes

Usage

web_application 'my-application' do
    url   'http://some.ftp.host/my-app.tar.gz'
    user  'alex'
    group 'users'
    action :deliver
end

Attributes

  • url - http url to application tarball
  • user - owner of application files
  • group - group of applications files
  • base - directory where application tarball will be unpacked, default value user's home dir so application will be unpacked in base/apps/ directory

Actions

  • fetch - just fetch applicatuion tarball and store
  • unpack - unpack application tarball
  • symlink - make symplink in base/apps/ to unpacked application
  • deliver - fetch, unpack, symlink actions in sum

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found