Resource Type: dsc_sqlrs

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

Overview

The DSC SqlRS resource type. Automatically generated from ‘SqlServerDsc/DSCResources/MSFT_SqlRS/MSFT_SqlRS.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_databaseinstancename

    DatabaseInstanceName - Name of the SQL Server instance to host the Reporting Service database.

  • dsc_databaseservername

    DatabaseServerName - Name of the SQL Server to host the Reporting Service database.

  • dsc_instancename

    InstanceName - Name of the SQL Server Reporting Services instance to be configured.

  • dsc_isinitialized

    IsInitialized - Is the Reporting Services instance initialized.

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_reportserverreservedurl

    ReportServerReservedUrl - Report Server URL reservations. Optional. If not specified, ‘+:80’ URL reservation will be used.

  • dsc_reportservervirtualdirectory

    ReportServerVirtualDirectory - Report Server Web Service virtual directory. Optional.

  • dsc_reportsreservedurl

    ReportsReservedUrl - Report Manager/Report Web App URL reservations. Optional. If not specified, ‘+:80’ URL reservation will be used.

  • dsc_reportsvirtualdirectory

    ReportsVirtualDirectory - Report Manager/Report Web App virtual directory name. Optional.

  • dsc_usessl

    UseSsl - If connections to the Reporting Services must use SSL. If this parameter is not assigned a value, the default is that Reporting Services does not use SSL.

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

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