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_feature (6) Versions 1.0.3

Provides an LWRP that facilitates access to the mixlibrary-core gem windows feature support.

Policyfile
Berkshelf
Knife
cookbook 'windows_feature', '= 1.0.3', :supermarket
cookbook 'windows_feature', '= 1.0.3'
knife supermarket install windows_feature
knife supermarket download windows_feature
README
Dependencies
Changelog
Quality 0%

GitHub

Cookbook Version
License

Windows_Feature Cookbook

Provides an LWRP that facilitates access to the mixlibrary-core gem windows feature support.

Supported Platforms

Windows Server 2008r2

Attributes

None

Usage

default

  • Include the windows_feature cookbook default recipe in another recipe to provide access to windows_feature LWRP that makes use of the mixlibrary-core windows feature support.
  • Add windows_feature_manage_feature resource calls to your recipe to use the LWRP.

License and Authors

Author:: Mark Lynch (git_id: gitmlynch)

Copyright 2015 EBSCO Information Services. License:: Apache License, Version 2.0

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

iisposh Applicable Versions

1.0.0

  • CI System integration

0.1.4

  • Corrected a bug in the sample.rb file.

0.1.3

  • Corrected a broken link in the README.md.
  • No code changes.

0.1.2

  • Improved feature validation in load_current_resource by calling is_feature_available?() method in Mixlibrary::Core::Windows::Features in providers/manage_feature.rb.
  • Updated and corrected README.md formatting.

0.1.1

  • Replaced email address in metadata.rb with actual author email address.

0.1.0

  • managed_feature LWRP supporting install or remove of windows features and roles.

Foodcritic Metric
            

1.0.3 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/8f72fd40aae3d37fb392f965/windows_feature/providers/manage_feature.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/8f72fd40aae3d37fb392f965/windows_feature/providers/manage_feature.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/8f72fd40aae3d37fb392f965/windows_feature/providers/manage_feature.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/8f72fd40aae3d37fb392f965/windows_feature/providers/manage_feature.rb:46
FC019: Access node attributes in a consistent manner: /tmp/cook/8f72fd40aae3d37fb392f965/windows_feature/providers/manage_feature.rb:96
FC025: Prefer chef_gem to compile-time gem install: /tmp/cook/8f72fd40aae3d37fb392f965/windows_feature/recipes/default.rb:44