cookbook 'pkgutil', '= 0.0.2'
pkgutil (7) Versions 0.0.2 Follow5
Manages Solaris pkgutil packages
cookbook 'pkgutil', '= 0.0.2', :supermarket
knife supermarket install pkgutil
knife supermarket download pkgutil
= 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
Dependent cookbooks
This cookbook has no specified dependencies.