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

mdadm-conf (2) Versions 0.0.4

Installs mdadm and configures its own monitoring daemon.

Policyfile
Berkshelf
Knife
cookbook 'mdadm-conf', '= 0.0.4', :supermarket
cookbook 'mdadm-conf', '= 0.0.4'
knife supermarket install mdadm-conf
knife supermarket download mdadm-conf
README
Dependencies
Changelog
Quality 33%

mdadm

Description

This cookbook installs and autoconfigures mdadm Management tool for Linux md/raid.

Requirements

Supported Platforms

The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:

  • Ubuntu
  • Debian

Recipes

  • mdadm - The default recipe.

Usage

This cookbook installs the mdadm components if not present, and pulls updates if they are installed on the system.
After that it generates correct /etc/mdadm/mdadm.conf

Attributes

default[:mdadm][:mail_to]         = "admin@example.com"
default[:mdadm][:initrdstart]     = "all"
default[:mdadm][:autostart]       = true
default[:mdadm][:autocheck]       = true
default[:mdadm][:start_daemon]    = true
default[:mdadm][:verbose]         = true

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

mdadm

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

mdadm-conf changelog

0.1.0

  • (New) Change cookbook name from mdadm to mdadm-conf

0.0.4

  • (Fix) template mode shoud be placed in quotes
  • (Fix) multiple RuboCop fixes
  • (Fix) some Foodcritic fixes
  • (New) automated rubocop & foodcritic linting on CircleCI
  • (New) chef 14 support

Collaborator Number Metric
            

0.0.4 failed this metric

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

Contributing File Metric
            

0.0.4 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.0.4 passed this metric

No Binaries Metric
            

0.0.4 passed this metric

Testing File Metric
            

0.0.4 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.0.4 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