sqlserver
Version information
This version is compatible with:
- Puppet Enterprise 3.7.x
This module is licensed for use with Puppet Enterprise. You may also evaluate this module for up to 90 days.Learn More
Start using this module
Add this module to your Puppetfile:
mod 'puppetlabs-sqlserver', '0.0.1'Learn more about managing modules with a PuppetfileDocumentation
sqlserver
The Puppet Supported Microsoft SQL Server module is coming soon, available later this December for Puppet Enterprise customers.
It will install and manage Microsoft SQL Server 2012 and 2014 on Windows systems.
The Puppet module will provide defined types to install and manage Microsoft SQL Server 2012 and 2014 on Windows Server 2012. It can install SQL Server clients, multiple instances, and SQL features, as well as create and manage new databases and logins.
For example, the following Puppet code installs MS SQL and creates an MS SQL instance named MSSQLSERVER. It installs the base SQL feature set (Data Quality, FullText, Replication, and SQLEngine), specifies the location of the setup.exe, and creates a new SQL-only sysadmin, 'myuser'.
sqlserver_instance {'MSSQLSERVER':
features => ['SQL'],
source => 'E:/',
sql_sysadmin_accounts => ['myuser'],
}
Return to this module page later this month for the release or follow @puppetlabs on Twitter for notification. The 0.0.1 release you see here only contains this message.