Skip to content

karthikrev/sroute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cookbook for managing routing table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages