Resource Type: dsc_xwordpresssite

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

Overview

The DSC xWordPressSite resource type. Automatically generated from ‘xWordPress/DscResources/MSFT_xWordPressSite/MSFT_xWordPressSite.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_administratorcredential

    AdministratorCredential - The username and password of the WordPress administrator to create when creating the site.

  • dsc_administratoremail

    AdministratorEmail - The email address of the WordPress administrator to create.

  • dsc_ensure

    Ensure - Should the module be present or absent. Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_title

    Title - The WordPress Site Default page title.

  • dsc_uri

    Uri - The WordPress Site URI.

  • name (namevar)
  • provider

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