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 2.0.0

Manages Solaris pkgutil packages

Policyfile
Berkshelf
Knife
cookbook 'pkgutil', '= 2.0.0', :supermarket
cookbook 'pkgutil', '= 2.0.0'
knife supermarket install pkgutil
knife supermarket download pkgutil
README
Dependencies
Changelog
Quality 50%

pkgutil Cookbook

Build Status Cookbook Version

Requirements

  • Chef 12.1+

Recipes

opencsw

Configures the local the local pkgutil installation to point at the Open Community Software Project (OpenCSW) package repository. The optional cryptographic verification will also be enabled for the repository.

Resources/Providers

package

This cookbook provides a package provider which will install/remove packages using pkgutil. This becomes the default provider for package if your platform is solaris2.

Examples

package 'vim' do
  action :install
end

package 'vim' do
  provider Chef::Provider::Package::Pkgutil
end

pkgutil_repository

This resource provides an easy way to manage pkgutil repositories. Default action is :add which enables the repository. Use :remove to disable a repository.

The pkgutil_repository resource has the following attributes:

Attribute Description
mirror mirror to use for downloads (defaults to http://mirror.opencsw.org/opencsw)
channel also called 'directories', see https://mirror.opencsw.org/opencsw/ for more
verification verify the catalog and each package using PGP
gpg_homedir path to the gpg directory (defaults to /var/opt/csw/pki)
pkgadd_options additional options to use for underlying pkgadd commands
allow_noncsw support non-CSW packages

This resource will also ensure pkgutil and any required public keys are installed!

Testing

You can run the tests in this cookbook using Rake:

rake integration              # Run Test Kitchen integration tests
rake spec                     # Run ChefSpec examples
rake style                    # Run all style checks
rake style:chef               # Lint Chef cookbooks
rake style:ruby               # Run Ruby style checks
rake style:ruby:auto_correct  # Auto-correct RuboCop offenses
rake travis:ci                # Run tests on Travis

License & Authors

Copyright 2012-2014, Chef Software, Inc. (<legal@chef.io>)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

pkgutil Cookbook CHANGELOG

This file is used to list changes made in each version of the pkgutil cookbook.

2.0.0 (2016-09-16)

  • Enable use_inline_resources
  • Testing framework updates
  • Format readme and remove release engineering blurb
  • Require Chef 12.1

v1.0.0 (2016-04-27)

  • Converted the pkgutil_package into a true package provider that runs as the default on Solaris systems
  • Added Chefspec tests
  • Added Test Kitchen testing
  • Add rubocop config and resolved warnings
  • Added Gemfile with test deps
  • Fixed Readme badges
  • Added a chefignore file
  • Added testing and contributing docs
  • Added this changelog
  • Added license file and license information in the readme
  • Added name to the metadata
  • Added source_url and issues_url to the metadata
  • Added maintainers files and rake task to generate the markdown
  • Fixed typos in the readme
  • Added a .foodcritic file to disable FC048 and FC001
  • Updated Travis CI config to test with Chef DK

Collaborator Number Metric
            

2.0.0 passed this metric

Foodcritic Metric
            

2.0.0 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/77ff88b0d83b28347af09098/pkgutil/libraries/pkgutil_repository.rb:73
FC001: Use strings in preference to symbols to access node attributes: /tmp/77ff88b0d83b28347af09098/pkgutil/libraries/pkgutil_repository.rb:92