Resource Type: dsc_spsearchtopology

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

Overview

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

Parameters

  • dsc_admin

    Admin - A list of servers that will run the admin component

  • dsc_analyticsprocessing

    AnalyticsProcessing - A list of servers that will run the analytics processing component

  • dsc_contentprocessing

    ContentProcessing - A list of servers that will run the content processing component

  • dsc_crawler

    Crawler - A list of servers that will run the crawler component

  • dsc_firstpartitiondirectory

    FirstPartitionDirectory - The local directory servers will use to store the first index partition

  • dsc_indexpartition

    IndexPartition - A list of servers that will host the first (0) index partition

  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_queryprocessing

    QueryProcessing - A list of servers that will run the query processing component

  • dsc_serviceappname

    ServiceAppName - The name of the search service application for this topology

  • name (namevar)
  • provider

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