Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

freetds (3) Versions 0.2.0

Installs/Configures FreeTDS

Policyfile
Berkshelf
Knife
cookbook 'freetds', '= 0.2.0', :supermarket
cookbook 'freetds', '= 0.2.0'
knife supermarket install freetds
knife supermarket download freetds
README
Dependencies
Changelog
Quality 100%

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
  }
]

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

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