Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.21 KB

Description

Build Status

This cookbook install and configure FreeTDS

Platform

  • CentOS (tested on 6.6 - source only)
  • Debian (tested on 7.4)
  • Ubuntu (tested on 12.04 and 14.04)

May work with or without modification on other distributions.

Usage

Just include freetds in your node's run_list.

If you want to configure some server add them to your node's attributes:

    node['freetds']['servers'] = [
      {
        'name' => 'egServer70',
        'description' => 'A typical Microsoft server',
        'host'=> 'ntmachine.domain.com',
        'port' => 1433,
        'tds_version' => '7.0',
        'text_size' => 1024,
        'client_charset' => 'UTF-8',
        'encryption' => 'off' # require/request/off
      }
    ]

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Olivier Brisse