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

msodbcsql (1) Versions 0.1.0

Installs/Configures cockpit

Policyfile
Berkshelf
Knife
cookbook 'msodbcsql', '~> 0.1.0', :supermarket
cookbook 'msodbcsql', '~> 0.1.0'
knife supermarket install msodbcsql
knife supermarket download msodbcsql
README
Dependencies
Quality 17%

msodbcsql cookbook

This cookbook performs a textbook install of the Microsoft ODBC Driver 13 (Preview) for SQL Server on Linux under RHEL 7.x.

Requirements

  • Tested to work with Chef 12.7.x or higher
  • Requires a system with a valid and active Red Hat Subscription and access to Red Hat repositories from redhat.com or via Satellite / Katello.

Usage

Place a dependency on the msodbcsql cookbook in your
cookbook's metadata.rb:

depends 'msodbcsql', '~> 0.1.0'

Or include the default recipe in your run list as 'recipe[msodbcsql]'.

This cookbook depends on the Red Hat Subscription Manager cookbook.

Attributes

These attributes can be used to customize the msodbcsql install.

  • node['msodbcsql']['base_url'] - Location of the driver file
  • node['msodbcsql']['version'] - Driver version to install, uses 13.0.0.0 by default.

Integration tests are written in Serverspec.

Contributing

  1. Fork it ( https://github.com/colourmeamused/msodbcsql-cookbook )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Dependent cookbooks

redhat_subscription_manager ~> 0.5.0
firewalld ~> 1.1.1
selinux_policy ~> 0.9.5
augeas >= 0.0.0
chef-vault >= 0.0.0
ark >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 failed this metric

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

Contributing File Metric
            

0.1.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.1.0 failed this metric

FC066: Ensure chef_version is set in metadata: msodbcsql/metadata.rb:1
FC069: Ensure standardized license defined in metadata: msodbcsql/metadata.rb:1
FC070: Ensure supports metadata defines valid platforms: msodbcsql/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

0.1.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.1.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