Resource Type: chocolateyfeature

Defined in:
lib/puppet/type/chocolateyfeature.rb
Providers:
windows

Overview

Allows managing features for Chocolatey. Features are configuration that act as feature flippers to turn on or off certain aspects of how Chocolatey works. Learn more about features at chocolatey.org/docs/commands-feature

Properties

  • ensure

    Specifies state of resource

    Supported values:
    • enabled
    • disabled

Parameters

  • name (namevar)

    The name of the feature. Used for uniqueness.

  • provider

    The specific backend to use for this ‘chocolateyfeature` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.