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

seven_zip (22) Versions 3.0.0

Installs/Configures 7-Zip

Policyfile
Berkshelf
Knife
cookbook 'seven_zip', '= 3.0.0', :supermarket
cookbook 'seven_zip', '= 3.0.0'
knife supermarket install seven_zip
knife supermarket download seven_zip
README
Dependencies
Changelog
Quality 67%

Cookbook Version
Build status

seven_zip Cookbook

7-Zip is a file archiver with a high compression ratio. This cookbook installs the full 7-Zip suite of tools (GUI and CLI). This cookbook replaces the older 7-Zip cookbook.

Requirements

Platforms

  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 8, 8.1
  • Windows 10
  • Windows Server 2003 R2
  • Windows Server 2008 (R1, R2)
  • Windows Server 2012 (R1, R2)

Chef

  • Chef >= 13.0

Cookbooks

  • windows

Attributes

Optional

Key Type Description Default
['seven_zip']['home'] String 7-Zip installation directory.
['seven_zip']['syspath'] Boolean If true, adds 7-Zip directory to system PATH environment variable.
['seven_zip']['default_extract_timeout'] Integer The default timeout for an extract operation in seconds. This can be overridden by a resource attribute. 600

Usage

default

Add seven_zip::default to your run_list which will download and install 7-Zip for the current Windows platform.

Resource/Provider

seven_zip_archive

Extracts a 7-Zip compatible archive (iso, zip, 7z, etc.) to the specified destination directory.

Actions

  • :extract - Extract a 7-Zip compatible archive.

Attribute Parameters

  • path - Name attribute. The destination to extract to.
  • source - The file path to the archive to extract.
  • overwrite - Defaults to false. If true, the destination files will be overwritten.
  • checksum - The archive file checksum.
  • timeout - The extract action timeout in seconds, defaults to node['seven_zip']['default_extract_timeout'].

Examples

Extract 7-Zip source files to C:\seven_zip_source.

seven_zip_archive 'seven_zip_source' do
  path      'C:\seven_zip_source'
  source    'https://www.7-zip.org/a/7z1805-src.7z'
  overwrite true
  checksum  'd9acfcbbdcad078435586e00f73909358ed8d714d106e064dcba52fa73e75d83'
  timeout   30
end

Recipes

default

Installs 7-Zip and adds it to your system PATH.

License & Authors

Copyright:: 2011-2016, Chef Software, Inc.

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.

Dependent cookbooks

windows >= 0.0.0

Contingent cookbooks

ark Applicable Versions
b1 Applicable Versions
b1h Applicable Versions
bacula-client Applicable Versions
bo-bip Applicable Versions
build-essential Applicable Versions
libsodium Applicable Versions
mingw Applicable Versions
msoffice Applicable Versions
omnibus Applicable Versions
openbazaar Applicable Versions
opsworks_ruby Applicable Versions
php-omnibus Applicable Versions
sensu-go Applicable Versions
snu-sumologic Applicable Versions
visualstudio Applicable Versions
vsts_agent Applicable Versions

CHANGELOG for seven_zip

This file is used to list changes made in each version of seven_zip.

3.0.0

  • Support Chef 13, drop support for Chef 12.
  • Upgrade to 7-Zip 18.05.
  • Standardize testing environment across repos. (AppVeyor, Kitchen, Rake, etc.)
  • Upgrade development dependencies.

2.0.2

  • Add timeout to extract action on seven_zip resource and configurable default_extract_timeout attribute.

2.0.1

2.0.0

1.0.2

1.0.0

  • initial release

Refer to the Markdown Syntax Guide for help with standard Markdown, and Writing on GitHub for help with the GitHub dialect of Markdown.

Collaborator Number Metric
            

3.0.0 passed this metric

Contributing File Metric
            

3.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

3.0.0 passed this metric

No Binaries Metric
            

3.0.0 passed this metric

Testing File Metric
            

3.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

3.0.0 passed this metric