cookbook '7-zip', '= 1.0.0'
The 7-zip cookbook has been deprecated
Author provided reason for deprecation:
The 7-zip cookbook has been deprecated and is no longer being maintained by its authors. Use of the 7-zip cookbook is no longer recommended.
You may find that the seven_zip cookbook is a suitable alternative.
7-zip (2) Versions 1.0.0 Follow67
Installs/Configures the 7-zip file archiver
cookbook '7-zip', '= 1.0.0', :supermarket
knife supermarket install 7-zip
knife supermarket download 7-zip
Description
7-Zip is a file archiver with a high compression ratio. This cookbook installs the full 7-zip suite of tools (GUI and CLI).
Requirements
Platform
- Windows XP
- Windows Vista
- Windows Server 2003 R2
- Windows 7
- Windows Server 2008 (R1, R2)
Cookbooks
- windows
Attributes
-
node['7-zip']['home']
- location to install 7-zip files to. default is%SYSTEMDRIVE%\7-zip
Usage
default
Downloads and installs 7-zip to the location specified by node['7-zip']['home']
. Also ensures node['7-zip']['home']
is in the system path.
Changes/Roadmap
1.0.0:
- initial release
License and Author
Author:: Seth Chisamore (schisamo@opscode.com)
Copyright:: 2011, Opscode, 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.