Resource Type: dsc_xdscwebservice

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

Overview

The DSC xDSCWebService resource type. Automatically generated from ‘xPSDesiredStateConfiguration/DSCResources/MSFT_xDSCWebService/MSFT_xDSCWebService.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_acceptselfsignedcertificates

    AcceptSelfSignedCertificates

    Supported values:
    • true
    • false
  • dsc_certificatethumbprint

    CertificateThumbPrint - Can take the value AllowUnencryptedTraffic for setting up a non SSL based endpoint

  • dsc_configurationpath

    ConfigurationPath

  • dsc_databasepath

    DatabasePath

  • dsc_disablesecuritybestpractices

    DisableSecurityBestPractices - Valid values are SecureTLSProtocols.

  • dsc_dscserverurl

    DSCServerUrl

  • dsc_enable32bitapponwin64

    Enable32BitAppOnWin64 - When this property is set to true, Pull Server will run on a 32 bit process on a 64 bit machine

    Supported values:
    • true
    • false
  • dsc_endpointname

    EndpointName

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_modulepath

    ModulePath

  • dsc_physicalpath

    PhysicalPath

  • dsc_port

    Port

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_registrationkeypath

    RegistrationKeyPath

  • dsc_sqlconnectionstring

    SqlConnectionString

  • dsc_sqlprovider

    SqlProvider

    Supported values:
    • true
    • false
  • dsc_state

    State - Valid values are Started, Stopped.

  • dsc_usesecuritybestpractices

    UseSecurityBestPractices - This property will ensure that the Pull Server is created with the most secure practices

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

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