Resource Type: dsc_xwebconfigkeyvalue

Defined in:
lib/puppet/type/dsc_xwebconfigkeyvalue.rb
Providers:
powershell

Overview

The DSC xWebConfigKeyValue resource type. Automatically generated from ‘xWebAdministration/DSCResources/MSFT_xWebConfigKeyValue/MSFT_xWebConfigKeyValue.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_configsection

    ConfigSection - Config Section to be update Valid values are AppSettings.

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_isattribute

    IsAttribute - If the given key value pair is for attribute, default is element

    Supported values:
    • true
    • false
  • dsc_key

    Key - Key for AppSettings

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_value

    Value - Value for AppSettings

  • dsc_websitepath

    WebsitePath - Path to website location(IIS or WebAdministration format)

  • name (namevar)
  • provider

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