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

pkgutil (7) Versions 0.0.1

Manages Solaris pkgutil packages

Policyfile
Berkshelf
Knife
cookbook 'pkgutil', '= 0.0.1', :supermarket
cookbook 'pkgutil', '= 0.0.1'
knife supermarket install pkgutil
knife supermarket download pkgutil
README
Dependencies
Quality -%
= DESCRIPTION: Lightweight resource and provider to manage pkgutil packages for Solaris = REQUIREMENTS: Solaris, OpenCSW pkgutil already installed. = ATTRIBUTES: = USAGE: In the cookbook that has the pkgutil_package resources, add a dependency on the pkgutil cookbook in your metadata.rb file, like this: depends "pkgutil" Then use the resources as follows: pkgutil_package "vim" Or: pkgutil_package "vim" do action :install end pkgutil_package "top" do action :upgrade end pkgutil_package "less" do action :remove end

No quality metric results found