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:
parent
b9415ff2f7
commit
27f253354b
@ -4,8 +4,9 @@ bind
|
||||
[](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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user