Version information
released Feb 5th 2015
This module has been deprecated by its author since Feb 1st 2021.
The author has suggested puppetlabs-sqlserver as its replacement.
Start using this module
Documentation
puppetlabs/mssql — version 0.2.1 Feb 5th 2015
#mssql
- This module is no longer maintained and has been replaced by Enterprise SQLServer
This module installs Microsoft SQL Server 2008R2 on Windows 2008R2.
Installation
This module depends on DISM module to enable .net 3.5 on Windows Server:
Configuration
The installer support the following options:
media = 'D:\\',
instancename = 'MSSQLSERVER',
features = 'SQL,AS,RS,IS',
agtsvcaccount = 'SQLAGTSVC',
agtsvcpassword = 'sqlagtsvc2008demo',
assvcaccount = 'SQLASSVC',
assvcpassword = 'sqlassvc2008demo',
rssvcaccount = 'SQLRSSVC',
rssvcpassword = 'sqlrssvc2008demo',
sqlsvcaccount = 'SQLSVC',
sqlsvcpassword = 'sqlsvc2008demo',
instancedir = "C:\\Program Files\\Microsoft SQL Server",
ascollation = 'Latin1_General_CI_AS',
sqlcollation = 'SQL_Latin1_General_CP1_CI_AS',
admin = 'Administrator'
See http://msdn.microsoft.com/en-us/library/ms144259.aspx for more information about these options.
2013-11-20 - Version 0.2.0
Summary:
Minor release to fix password complexity examples.
Dependencies
- puppetlabs/dism (>= 0.1.0)
- puppetlabs/stdlib (>= 3.1.0)
Copyright (C) 2012 Puppet Labs Inc Puppet Labs can be contacted at: info@puppetlabs.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.