Resource Type: dsc_xhotfix

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

Overview

The DSC xHotfix resource type. Automatically generated from ‘xWindowsUpdate/DscResources/MSFT_xWindowsUpdate/MSFT_xWindowsUpdate.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_credential

    Credential - Specifies the credential to use to authenticate to a UNC share if the path is on a UNC share.

  • dsc_ensure

    Ensure - Specifies whether the hotfix needs to be installed or uninstalled. Valid values are Present, Absent.

  • dsc_id

    Id - Specifies the Hotfix ID.

  • dsc_log

    Log - Specifies the location of the log that contains information from the installation.

  • dsc_path

    Path - Specifies the path that contains the msu file for the hotfix installation.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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