Resource Type: dsc_spinstall

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

Overview

The DSC SPInstall resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPInstall/MSFT_SPInstall.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_binarydir

    BinaryDir - The directory that contains all of the SharePoint binaries

  • dsc_datapath

    DataPath - The data directory to use in the installation, leave blank to use the setup defaults

  • dsc_ensure

    Ensure - Present to install SharePoint. Absent is currently not supported Valid values are Present, Absent.

  • dsc_installpath

    InstallPath - The install directory to use in the installation, leave blank to use the setup defaults

  • dsc_productkey

    ProductKey - The product key to use during the installation

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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