Resource Type: dsc_runbookdirectory

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

Overview

The DSC RunbookDirectory resource type. Automatically generated from ‘xSCSMA/DSCResources/MSFT_xRunbookDirectory/MSFT_xRunbookDirectory.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?
    • published
    • draft
    • absent

Parameters

  • dsc_ensure

    Ensure - The import state of runbooks found at RunbookPath. This can be Published, Draft, or Absent Valid values are Published, Draft, Absent.

  • dsc_matches

    Matches - Describes the validity of the imported Runbook(s).

    Supported values:
    • true
    • false
  • dsc_port

    Port - Port of the SMA web site. Defaults to the SMA default of 9090.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_runbookpath

    RunbookPath - Path to Runbook(s) to be imported. Accepts wildcards.

  • dsc_webserviceendpoint

    WebServiceEndpoint - URL of SMA’s web service endpoint.

  • name (namevar)
  • provider

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