cookbook 'freetds', '= 0.2.0'
freetds (3) Versions 0.2.0 Follow0
Installs/Configures FreeTDS
cookbook 'freetds', '= 0.2.0', :supermarket
knife supermarket install freetds
knife supermarket download freetds
Description
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
}
]
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Olivier Brisse
Dependent cookbooks
apt >= 0.0.0 |
build-essential >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG for freetds
This file is used to list changes made in each version of freetds.
0.2.0 (2012-12-13):
- Add a package recipe and switch default install mode to package
- Fix template (use text_size, tds_version)
- Add CentOS tests
0.1.4:
- Add integration (test-kitchen) and style tests (rubocop, foodcritic)
- Travis CI integration
0.1.3:
- Fix cookbook name in metadata
0.1.1:
- Fix licence
0.1.0:
- Initial release of freetds
Foodcritic Metric
0.2.0 passed this metric
0.2.0 passed this metric