Forge Home

mssql_system_dsn

This module adds a ODBC System DSN for a MS SQL 2008 or 2012 database.

10,103 downloads

9,813 latest version

1.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.3.1 (latest)
  • 0.3.0 (deleted)
released Aug 18th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'creativeview-mssql_system_dsn', '0.3.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add creativeview-mssql_system_dsn
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install creativeview-mssql_system_dsn --version 0.3.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: windows, mssql, odbc, dsn

Documentation

creativeview/mssql_system_dsn — version 0.3.1 Aug 18th 2014

Microsoft SQL ODBC System DSN puppet module.

This module adds a ODBC System DSN for a MS SQL 2005, 2008 or 2012 database. This has been tested on Windows Server 2012.

Installation

Run this code on your puppet node using the Puppet Module Tool:

$ puppet module install creativeview/mssql_system_dsn

This module depends on puppetlabs/registry >= 0.1.1

Usage

Example usage:

class {'mssql_system_dsn':
        dsn_name => 'vcenter',
        db_name => 'vcdb',
        db_server_ip => '192.168.35.20',
        sql_version => '2012',
        dsn_64bit => true,
    }
sql_version parameter options
Value Driver
2012 SQL Server Native Client 11.0 - sqlncli11.dll
2008 SQL Server Native Client 10.0 - sqlncli10.dll
SQLNativeClient SQL Native Client - sqlncli.dll