Resource Type: dsc_wemdatabase

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

Overview

The DSC WemDatabase resource type. Automatically generated from ‘CitrixWemDsc/DSCResources/VDD_WemDatabase/VDD_WemDatabase.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_credential

    Credential - Specifies a user account that has permission to create the WEM database.

  • dsc_databasefilesfolder

    DatabaseFilesFolder - Path to the data and log files location on the SQL Server. You must provide a valid filepath, otherwise the cmdlet will fail.

  • dsc_databasename

    DatabaseName - Citrix WEM database name.

  • dsc_databaseserver

    DatabaseServer - MS SQL Server hostname hosting the WEM database

  • dsc_defaultadministratorsgroup

    DefaultAdministratorsGroup - Citrix WEM default administrators group

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_vuemusersqlpassword

    VuemUserSqlPassword - Specific password for the Citrix WEM vuemUser SQL user account

  • dsc_weminfrastructureserviceaccount

    WemInfrastructureServiceAccount - Windows service account of WEM infrastructure service.

  • name (namevar)
  • provider

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