Skip to content

Microsoft SQL Server 2012 Installation Module for Puppet

Notifications You must be signed in to change notification settings

dell-asm/puppet-mssql2012

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft SQL Server 2012 puppet module

This module installs Microsoft SQL Server 2012. It is based on the Puppetlabs MSSQL module

Installation

puppet module install creativeview-mssql2012

This module depends on DISM module to enable .net 3.5 on Windows Server:

Usage

Example:

class {'mssql2012':
        media          => 'D:\\',
        instancename   => 'MSSQLSERVER',
        features       => 'SQLENGINE,CONN,SSMS,ADV_SSMS',
        sapwd		   => 'saAccounPassdemo!',
        agtsvcaccount  => 'SQLAGTSVC',
        agtsvcpassword => 'Agtsvc2012demo!',
        assvcaccount   => 'SQLASSVC',
        assvcpassword  => 'Assvc2012demo!',
        rssvcaccount   => 'SQLRSSVC',
        rssvcpassword  => 'Rssvc2012demo!',
        sqlsvcaccount  => 'SQLSVC',
        sqlsvcpassword => 'Svc2012demo!',
        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 intalling SQL Server 2012 from the Command Prompt.

About

Microsoft SQL Server 2012 Installation Module for Puppet

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 69.4%
  • Puppet 29.3%
  • Ruby 1.1%
  • Pascal 0.2%