cookbook 'seven_zip', '= 1.0.4'
seven_zip
(23) Versions
1.0.4
-
Follow32
Installs/Configures 7-Zip
cookbook 'seven_zip', '= 1.0.4', :supermarket
knife supermarket install seven_zip
knife supermarket download seven_zip
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).
Requirements
Platform
- Windows XP
- Windows Vista
- Windows Server 2003 R2
- Windows 7
- Windows Server 2008 (R1, R2)
- Windows 8
- Windows Server 2012
Cookbooks
- windows
Attributes
-
node['seven_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['seven_zip']['home']
. Also ensures node['seven_zip']['home']
is in the system path.
License & Authors
- 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.
seven_zip Cookbook CHANGELOG
This file is used to list changes made in each version of the seven_zip cookbook.
v1.0.2
Improvement
- COOK-3476 - Upgrade to 7-zip 9.22
1.0.0
- initial release
Foodcritic Metric
1.0.4 failed this metric
FC002: Avoid string interpolation where not required: /tmp/cook/bc7fd5619f37436571a737ce/seven_zip/recipes/default.rb:29
1.0.4 failed this metric