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

unbound (10) Versions 3.0.1

Manages unbound DNS resolver

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

Unbound Cookbook

Cookbook Version
Build Status
OpenCollective
OpenCollective
License

Installs and manages the unbound DNS server.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platform

A platform with unbound available as a native package. The following platforms have unbound packaged, but note that the filesystem locations are not consistent and at this time only Linux + FHS is supported.

  • Ubuntu/Debian
  • Red Hat/CentOS/Fedora (requires EPEL)
  • FreeBSD

Chef

  • Chef 16

Resources

  • [unbound_config_authority_zone](documentation/unbound_config_authority_zone.md)
  • [unbound_config_cachedb](documentation/unbound_config_cachedb.md)
  • [unbound_config_dns64](documentation/unbound_config_dns64.md)
  • [unbound_config_dnscrypt](documentation/unbound_config_dnscrypt.md)
  • [unbound_config_dnstap](documentation/unbound_config_dnstap.md)
  • [unbound_config_dynamic_library](documentation/unbound_config_dynamic_library.md)
  • [unbound_config_forward_zone](documentation/unbound_config_forward_zone.md)
  • [unbound_config_python_script](documentation/unbound_config_python_script.md)
  • [unbound_config_remote_control](documentation/unbound_config_remote_control.md)
  • [unbound_config_rpz_zone](documentation/unbound_config_rpz_zone.md)
  • [unbound_config_server](documentation/unbound_config_server.md)
  • [unbound_config_stub_zone](documentation/unbound_config_stub_zone.md)
  • [unbound_config_view](documentation/unbound_config_view.md)
  • [unbound_package](documentation/unbound_package.md)
  • [unbound_service](documentation/unbound_service.md)

Recipes

default

Installs unbound using defaults.

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

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG

This file is used to list changes made in each version of the unbound cookbook.

3.0.1 - 2022-09-30

  • Add missing fallback-enable setting to config_authority_zone

3.0.0 - 2022-04-04

  • Add separate configuration resources
  • Default recipe now only runs installation
  • Refactor configuration template to be Hash driven

2.0.3 - 2022-03-04

  • resolved cookstyle error: .delivery/project.toml:2:8 convention: Style/StringLiterals
  • resolved cookstyle error: .delivery/project.toml:4:10 convention: Style/StringLiterals
  • resolved cookstyle error: .delivery/project.toml:5:13 convention: Style/StringLiterals
  • resolved cookstyle error: .delivery/project.toml:6:10 convention: Style/StringLiterals
  • resolved cookstyle error: .delivery/project.toml:7:9 convention: Style/StringLiterals
  • resolved cookstyle error: .delivery/project.toml:8:14 convention: Style/StringLiterals
  • resolved cookstyle error: .delivery/project.toml:9:11 convention: Style/StringLiterals

2.0.2 - 2021-08-31

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

2.0.1 - 2021-06-01

  • Updated tests folder to match other cookbooks
  • Updated spec platform to supported version

2.0.0 - 2020-05-05

  • Upgraded to circleci for testing
  • Minimum Chef Infra Client version is now 13.0
  • Removed unused long_description metadata.rb field
  • Simplify overly complex platform logic
  • Migrate to actions for testing

[1.0.1]

  • Simplify logic with root_group
  • Fix root_group not using new_resource
  • Use strings for file modes
  • Resolve foodcritic warnings in the rr resource
  • Fix platform_family logic on the service Update platforms.
  • Use dokken images for travis testing.
  • Don't test on debian-8/9 and centos-6 as these services don't currently start.
  • Account for a list of forward-addrs / effectively disable remote control (#27)

[1.0.0]

  • Add new custom resources unbound_install & unbound_configure

[0.1.1]

  • Adding support and kitchen testing for forward_zone generation
  • Updating to use Sous Chefs guidelines

Collaborator Number Metric
            

3.0.1 passed this metric

Contributing File Metric
            

3.0.1 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

Cookstyle Metric
            

3.0.1 passed this metric

No Binaries Metric
            

3.0.1 passed this metric

Testing File Metric
            

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