Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Dec 21, 2023
1 parent fb1fc71 commit 6b95302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

Fix markdown

## 5.1.13 - *2023-09-28*

## 5.1.12 - *2023-09-04*
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installs and configures Dan Bernstein's DNS tinydns, aka djbdns. Services are co

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](https://sous-chefs.org/) or come chat with us on the Chef Community Slack in [#sous-chefs](https://chefcommunity.slack.com/messages/C2V7B88SF).

# Requirements
## Requirements

## Platforms

Expand All @@ -34,7 +34,7 @@ It may work with or without modification on other platforms, particularly using
- ucspi-tcp - `tcpserver` is used by the axfr recipe.
- runit - for setting up the services.

# Attributes
## Attributes

- `node['djbdns']['tinydns_ipaddress']` - listen address for public facing tinydns server
- `node['djbdns']['tinydns_internal_ipaddress']` - listen address for internal tinydns server
Expand All @@ -55,7 +55,7 @@ It may work with or without modification on other platforms, particularly using
- `node['djbdns']['package_name']` - name of the djbdns package. this shouldn't be changed most of the time, but may be necessary to use the [Debian fork](http://en.wikipedia.org/wiki/Dbndns), `dbndns`.
- `node['djbdns']['install_method']` - method used to install djbdns, can be `package`, or `source`.

# Resources
## Resources

## djbdns_rr

Expand Down Expand Up @@ -85,7 +85,7 @@ end

(The resource `execute[build-tinydns-internal-data]` should run a `make` in the tinydns root directory (aka cwd).

# Recipes
## Recipes

## default

Expand Down Expand Up @@ -114,7 +114,7 @@ Sets up a local DNS caching server.

Sets up a server to be an internal nameserver. To modify resource records in the environment, modify the tinydns-internal-data.erb template, or create entries in a data bag named `djbdns`, and an item named after the domain, with underscores instead of spaces. Example structure of the data bag:

```
```json
{
"id": "int_example_com",
"ns": [
Expand Down

0 comments on commit 6b95302

Please sign in to comment.