From 27f253354b0adfcb04ec3ad4bfcb22eb0611bf8d Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Wed, 6 Jan 2016 20:56:57 -0600 Subject: [PATCH] Fix some odd formatting and outdated info How did the description get turned into a title? That's weird. Also, `cachedir` and `confdir` are no longer parameters of the `bind` class. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53f8f96..1b0a6fe 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ bind [![Build Status](https://secure.travis-ci.org/inkblot/puppet-bind.png)](http://travis-ci.org/inkblot/puppet-bind) ## Description + Control BIND name servers and zones -======= + Overview -------- @@ -54,8 +55,6 @@ parameters in the `named.conf` file, and also defines the overall structure of DNS service on the node. class { 'bind': - confdir => '/etc/bind', - cachedir => '/var/lib/bind', forwarders => [ '8.8.8.8', '8.8.4.4',