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.3.0

Installs/Configures FreeTDS

Policyfile
Berkshelf
Knife
cookbook 'freetds', '~> 0.3.0', :supermarket
cookbook 'freetds', '~> 0.3.0'
knife supermarket install freetds
knife supermarket download freetds
README
Dependencies
Changelog
Quality 17%

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

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.

master (unreleased)

0.3.0 (2016-08-30):

  • Add support for client_charset definition #3 (jakimowicz)
  • Add support for encryption #6 (amf9t2)
  • Default to 0.95.87 when compiling from source #5 (l8nite)
  • Update foodcritic (0.4.0) and rubocop (0.37.2)
  • Add Travis CI build on ruby 2.0, 2.2 & 2.3

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

Collaborator Number Metric
            

0.3.0 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.3.0 failed this metric

FC064: Ensure issues_url is set in metadata: freetds/metadata.rb:1
FC065: Ensure source_url is set in metadata: freetds/metadata.rb:1
FC066: Ensure chef_version is set in metadata: freetds/metadata.rb:1
FC069: Ensure standardized license defined in metadata: freetds/metadata.rb:1
FC072: Metadata should not contain "attribute" keyword: freetds/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: freetds/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: freetds/recipes/source.rb:20
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.3.0 passed this metric

Testing File Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.3.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number