Resource Type: dsc_sqlserverreplication

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

Overview

The DSC SqlServerReplication resource type. Automatically generated from ‘SqlServerDsc/DSCResources/MSFT_SqlServerReplication/MSFT_SqlServerReplication.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_adminlinkcredentials

    AdminLinkCredentials - Distributor administration link password

  • dsc_distributiondbname

    DistributionDBName - Distribution database name

  • dsc_distributormode

    DistributorMode - Valid values are Local, Remote.

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_instancename

    InstanceName - SQL Server instance name where replication distribution will be configured

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_remotedistributor

    RemoteDistributor - Distributor server name if configuring publisher with remote distributor

  • dsc_uninstallwithforce

    UninstallWithForce - Force flag for uninstall procedure

    Supported values:
    • true
    • false
  • dsc_usetrustedconnection

    UseTrustedConnection - Publisher security mode

    Supported values:
    • true
    • false
  • dsc_workingdirectory

    WorkingDirectory - Publisher working directory

  • name (namevar)
  • provider

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