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)
|
[](http://travis-ci.org/inkblot/puppet-bind)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
Control BIND name servers and zones
|
Control BIND name servers and zones
|
||||||
=======
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@ -54,8 +55,6 @@ parameters in the `named.conf` file, and also defines the overall structure of
|
|||||||
DNS service on the node.
|
DNS service on the node.
|
||||||
|
|
||||||
class { 'bind':
|
class { 'bind':
|
||||||
confdir => '/etc/bind',
|
|
||||||
cachedir => '/var/lib/bind',
|
|
||||||
forwarders => [
|
forwarders => [
|
||||||
'8.8.8.8',
|
'8.8.8.8',
|
||||||
'8.8.4.4',
|
'8.8.4.4',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user