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

sbp_messageanalyzer (3) Versions 0.2.0

Installs Microsoft Message Analyser.

Policyfile
Berkshelf
Knife
cookbook 'sbp_messageanalyzer', '~> 0.2.0', :supermarket
cookbook 'sbp_messageanalyzer', '~> 0.2.0'
knife supermarket install sbp_messageanalyzer
knife supermarket download sbp_messageanalyzer
README
Dependencies
Changelog
Quality 50%

Build Status Cookbook Version

Description

Installs Microsoft Message Analyser.

Requirements

Platform:

  • Windows

Cookbooks:

  • ms_dotnet (>= 3.1.1)

Attributes

  • node['ms_dotnet']['v4']['version'] - Configures the version of .Net Framework to install. Defaults to 4.5.
  • node['sbp_messageanalyzer']['url'] - Download URL for Message Analyzer. Defaults to http://download.microsoft.com/download/2/8/3/283DE38A-5164-49DB-9883-9D1CC432174D/MessageAnalyzer64.msi.
  • node['sbp_messageanalyzer']['checksum'] - SHA256 checksum of install file. Defaults to 9bc60aa8f823b9dd27943a78f64fd74b676b13d45eb546801bc487f565b7c1ea.

Recipes

sbp_messageanalyzer::default

Recipe to install Microsoft Message Analyzer.

License and Maintainer

Maintainer: Schuberg Philis (cookbooks@schubergphilis.com)

Source: https://github.com/sbp-cookbooks/sbp_messageanalyzer<br>
Issues: https://github.com/sbp-cookbooks/sbp_messageanalyzer/issues

License: Apache 2.0

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  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

Dependent cookbooks

ms_dotnet >= 3.1.1

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

sbp_messageanalyzer CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.0 (2017-04-22)

Fixed

  • Replaced ms_dotnet45 with ms_dotnet as the former is deprecated

Added

  • Added Chef client minimum version 12.6 requirement
  • Added basic ChefSpec "it should converge" test
  • Added basic InSpec smoke tests to ensure application is installed successfully
  • Added knife-cookbook-doc to auto generate README

Changed

  • Updated attribute and recipe files to include year/company in license header
  • Updated Gemfile to only include what is not in ChefDK, knife-cookbook-doc and stove

Removed

  • Removed support for 32 bit installs (attribute file only contains 64 bit install details now)
  • Removed windows cookbook as it's no longer necessary

0.1.3 (2016-07-18)

Fixed

  • Fixed Chef 12 warnings (#2)

0.1.2 (2015-02-26)

Added

  • Added ms_dotnet45 dependency to satisfy requirements on Windows 2008 R2 (#1)

0.1.1

Fixed

  • Wrong checksum in attributes file.
  • Package name incorrect.

0.1.0

  • Initial release of sbp_messageanalyzer

Collaborator Number Metric
            

0.2.0 passed this metric

Contributing File Metric
            

0.2.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.2.0 passed this metric

No Binaries Metric
            

0.2.0 passed this metric

Testing File Metric
            

0.2.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.2.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