Resource Type: sqlserver_features

Defined in:
lib/puppet/type/sqlserver_features.rb
Providers:
mssql

Overview

Specify the location of the Windows Feature source files. This may be needed to install the .Net Framework. See support.microsoft.com/en-us/kb/2734782 for more information.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • features

    Specifies features to install, uninstall, or upgrade. The list of top-level features include BC, Conn, SSMS, ADV_SSMS, SDK, IS and MDS.

    Supported values:
    • Tools
    • BC
    • Conn
    • SSMS
    • ADV_SSMS
    • SDK
    • IS
    • MDS
    • BOL
    • DREPLAY_CTLR
    • DREPLAY_CLT

Parameters

  • install_switches

    A hash of switches you want to pass to the installer

  • is_svc_account

    Either domain user name or system account. Defaults to “NT AUTHORITYNETWORK SERVICE”

  • is_svc_password

    Password for domain user.

  • name (namevar)
  • pid

    Specify the SQL Server product key to configure which edition you would like to use.

  • source
  • windows_feature_source

    Specify the location of the Windows Feature source files. This may be needed to install the .Net Framework. See support.microsoft.com/en-us/kb/2734782 for more information.