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

windows-sdk (3) Versions 1.0.2

Installs the Windows 8.1 SDK

Policyfile
Berkshelf
Knife
cookbook 'windows-sdk', '= 1.0.2', :supermarket
cookbook 'windows-sdk', '= 1.0.2'
knife supermarket install windows-sdk
knife supermarket download windows-sdk
README
Dependencies
Quality 43%

Windows SDK Cookbook

Description

This cookbook installs the Windows 8.1 SDK. More information about the SDK
can be found at https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx

Usage

This cookbook provides a resource that can be used to install and uninstall
features provided with the Windows SDK.

windows_sdk_feature Resource

Actions

  • :install: Default. Install the given feature(s)
  • :uninstall: Uninstall the given feature(s)

Attribute Parameters

  • :features: Name Attribute. A feature(Symbol), an Array of features, or :all

Valid features:
- :windows_software_development_kit: The Microsoft Windows Software
Development Kit for Windows 8.1
- :windows_performance_kit: Windows Performance Toolkit
- :debugging_tools: Debugging Tools for Windows
- :application_verifier: Application Verifier for Windows
- :windows_app_certification_kit: Windows App Certification Kit
- :msi_tools: MSI Tools
- :netfx_software_development_kit: .Net Frame 4.5 Software Development Kit

  • :install_path: Optional. The location where the SDK will be installed

Examples

Install all features:

windows_sdk_feature :all

Install only the debugging tools and MSI tools

windows_sdk_feature [:debugging_tools, :msi_tools]

Uninstall the MSI tools

windows_sdk_feature :msi_tools do
  action :uninstall
end

License

Copyright:: 2015, Chef Software

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
            

1.0.2 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.2 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
            

1.0.2 failed this metric

FC066: Ensure chef_version is set in metadata: windows-sdk/metadata.rb:1
FC069: Ensure standardized license defined in metadata: windows-sdk/metadata.rb:1
Run with Foodcritic Version 12.0.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

License Metric
            

1.0.2 passed this metric

No Binaries Metric
            

1.0.2 passed this metric

Testing File Metric
            

1.0.2 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
            

1.0.2 passed this metric