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

vcruntime (26) Versions 0.2.0

Installs Microsoft Visual C++ Runtimes

Policyfile
Berkshelf
Knife
cookbook 'vcruntime', '= 0.2.0', :supermarket
cookbook 'vcruntime', '= 0.2.0'
knife supermarket install vcruntime
knife supermarket download vcruntime
README
Dependencies
Quality 33%

Microsoft Visual C++ Runtime Cookbook

Installs Microsoft Visual C++ runtime version 9, 10 or 12 on Windows.

Requirements

Cookbooks

  • windows

Platforms

  • Microsoft Windows 2008 R2
  • Microsoft Windows 2012
  • Microsoft Windows 2012 R2

Attributes

There are individual attributes within the attributes files for the URL, checksum and package name of each Visual C++ runtime major and minor version.

If you wish to install anything except the latest packages, you may set one of

  • node['vcruntime']['vc9']['version']
  • node['vcruntime']['vc10']['version']
  • node['vcruntime']['vc12']['version']

to the appropriate version.

Usage

Just include vcruntime::vc9, vcruntime::vc10, or vcruntime::vc12 in your node's run_list:

{
  "name": "my_node",
  "run_list": [
    "recipe[vcruntime::vc9]"
  ]
}

License and Authors

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.

Collaborator Number Metric
            

0.2.0 passed this metric

Foodcritic Metric
            

0.2.0 failed this metric

FC064: Ensure issues_url is set in metadata: vcruntime/metadata.rb:1
FC065: Ensure source_url is set in metadata: vcruntime/metadata.rb:1
Run with Foodcritic Version 8.2.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

License Metric
            

0.2.0 failed this metric

vcruntime does not have a valid open source license.
Acceptable licenses include Apache 2.0, apachev2, MIT, mit, GNU Public License 2.0, gplv2, GNU Public License 3.0, gplv3.