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

autofs (23) Versions 3.0.2

Installs/Configures autofs Server

Policyfile
Berkshelf
Knife
cookbook 'autofs', '= 3.0.2', :supermarket
cookbook 'autofs', '= 3.0.2'
knife supermarket install autofs
knife supermarket download autofs
README
Dependencies
Changelog
Quality 50%

AutoFS Cookbook

Cookbook Version
CI State
OpenCollective
OpenCollective
License

Description

The AutoFS cookbook is a resource cookbook.

This cookbook configures clients that use autofs
See: http://linux.die.net/man/8/automount

This cookbook does not concern itself with managing an NFS server.

Requirements

  • Chef Infra Client 12.21 or higher

Platforms

See metadata.rb

Usage

Resources

Add entries directly to auto.master

automaster_entry '/smb' do
  map '/etc/auto.smb'
  options '--timeout 600'
end

Add entries to custom autofs map file

map_entry 'homes' do
  location '://smb-server:directory'
  fstype 'smb'
  options 'rw'
  map '/etc/auto.smb'
end

Nfs resource with default entries for map & auto.master

nfs '/mnt/nfs' do
  server 'nfsserver'
  export '/example/remote_path/'
  options 'sync'
end

Original Authors

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

Dependent cookbooks

line >= 0.0.0

Contingent cookbooks

hdp-cloud Applicable Versions

AutoFS Cookbook CHANGELOG

3.0.2 - 2021-08-17

Standardise files with files in sous-chefs/repo-management

3.0.1 - 2021-06-01

3.0.0 - 2021-05-26

  • Unpin the line cookbook so we use the latest version
  • Add unified_mode true to all resources
  • Require Chef 15.3 for unified mode and Chef 17 support

2.3.0

  • Transfered cookbook to Sous-Chefs
  • Standardised files
  • Run latest cookstyle on cookbook
  • Added Github Actions for testing
  • Added support for Centos-8
  • Removed support for Centos-6
  • Added Dokken testing
  • Min Chef version is now 12.21

2.2.2 (2020-02-03)

  • In map_entry use find_resource to conditionally create the automaster_entry.

2.2.1 (2019-12-30)

  • Removed dependency on chef-sugar.

2.2.0 (2019-08-22)

  • Support for Chef 14.

2.1.0 (2018-02-08)

  • Support wildcard maps and improve robustness (regex matching)

2.0.2 (2017-12-13)

  • Updated cookbook versions in metadata and fixed rubocop warnings.

2.0.1 (2017-05-24)

  • Updated nfs resource to use fstype property.

2.0.0 (2016-09-05)

  • Refactored to use new resource model with compat_resource (#18).

1.0.3 (2015-05-11)

  • Bug: #9 duplicate entries for the same mountpoint.

1.0.2 (2015-04-24)

  • Bug: line matching does not work.

1.0.1 (2015-04-20)

  • Refactored NFS block to change order at which packages are installed.

0.2.2 (2015-03-12)

  • Bugs #4 & #5 fixed and small amount of rubocop.

0.2.0 (2015-02-27)

  • Refactored entire cookbook to a resource model https://github.com/chef-cookbooks/resource.
  • Cookbook now supports less platforms as there are currently no tests for SmartOS and Solaris2. If you would like support for these platform, please submit a PR respective tests.

Collaborator Number Metric
            

3.0.2 passed this metric

Contributing File Metric
            

3.0.2 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
            

3.0.2 passed this metric

No Binaries Metric
            

3.0.2 passed this metric

Testing File Metric
            

3.0.2 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
            

3.0.2 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