mssql_system_dsn

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

10,247 downloads

9,938 latest version

1.6 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

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