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 2.0.1

Manages unbound DNS resolver

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

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 12.7+

Resources

unbound_install

Install unbound from package.

unbound_configure

Configures:

  • unbound.conf
  • forward-zone.conf
  • local-zone.conf
  • stub-zone.conf

For example usage see test/fixtures/cookbooks/test/recipes/configure.rb

unbound.conf

The main configuration file for unbound. Many settings in the template are controlled via properties on the unbound_configure resource. The file is located in the location specified in the dir property.

local-zone.conf

Set up local network resolver configuration with local-zone.conf.

stub-zone.conf

Edit the stub-zone.erb template to create a stub zone configuration.

forward-zone.conf

Edit the forward-zone.erb template to create a forward zone configuration.

Recipes

default

Installs and configures unbound using defaults.

This example recipe will load the local zone data from a data bag if present, otherwise it will attempt to use node['dns']['domain'] attribute. The various templates can be edited as required by the local user.

If this does not meet your needs use the unbound_configure resource directly.

chroot (TODO)

The intention of this recipe will be to setup the chroot environment if the chroot setting is enabled. However it is not yet complete.

remote_control (TODO)

Sets up remote control certificate attributes using the unbound configuration directory. Also creates the config file for remote-control settings and creates the certificates with unbound-control-setup.

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.

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
            

2.0.1 passed this metric

Contributing File Metric
            

2.0.1 passed this metric

Foodcritic Metric
            

2.0.1 passed this metric

No Binaries Metric
            

2.0.1 passed this metric

Testing File Metric
            

2.0.1 passed this metric

Version Tag Metric
            

2.0.1 passed this metric