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

gdebi (3) Versions 0.2.0

Installs/Configures gdebi

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

gdebi cookbook

Requirements

Supports Ubuntu/debian only

Usage

provides a wrapper around gdebi. Use liek the built in dpkg_package:

gdebi_package '/path/to/package.deb' do
  action :install
end

Can also function as a generic package provider:

package 'nginx' do
  provider Chef::Provider::Package::Gdebi
  source '/vagrant/nginx_1.2.4-precise-1_amd64.deb'
  action :install
end

Attributes

none

Recipes

default - include before using the provider

Author

Author:: Brian Akins (brian.akins@turner.com)

No quality metric results found