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.
This commit is contained in:
Nate Riffe 2016-01-06 20:56:57 -06:00
parent b9415ff2f7
commit 27f253354b

View File

@ -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',