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

dsc_contrib (6) Versions 0.3.0

Helpers and previews of DSC functionality

Policyfile
Berkshelf
Knife
cookbook 'dsc_contrib', '= 0.3.0', :supermarket
cookbook 'dsc_contrib', '= 0.3.0'
knife supermarket install dsc_contrib
knife supermarket download dsc_contrib
README
Dependencies
Quality 0%

dsc_contrib

This cookbook exists to augment the integration of Chef and Windows PowerShell Desired State Configuration (DSC).

Back-compat for reboot_action

Chef 12.6 introduces a new property to the dsc_resource resource. When the API that is used by dsc_resource to enforce a desired state (the set method), the API returns a boolean noting if the DSC resource requested a reboot to continue.

This request is separate from any other mechanism that is used by components of the Windows operating system to indicate a reboot is needed (but may be in conjunction with one or more of them).

When this API returns that a reboot is requested, the reboot_action property is used to dynamically create a reboot resource. Valid arguments for reboot_action (at this time) are :reboot_now and :request_reboot. These are the same actions as the reboot resource takes.

This allows you to control reboot requests from DSC in a Chef-friendly fashion.

This cookbook adds reboot_action to Chef 12.4.x and 12.5.x.

Recipes

dsc_resource_lcm_setup

This recipe will set the DSC Local Configuration Manager (LCM) to disabled for the PowerShell 5 preview builds that require it to use dsc_resource

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.3.0 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/f9ea72a32f03b7dc1c1c33b5/dsc_contrib/libraries/dsc_contrib_query_helpers.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/f9ea72a32f03b7dc1c1c33b5/dsc_contrib/libraries/dsc_contrib_query_helpers.rb:45