add namedconf entry that specifies the full path to the named.conf file

This commit is contained in:
Trevor Smith 2015-03-19 12:02:07 -04:00
parent c27b3d5219
commit ed93592837
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ bind::params::bind_group: 'bind'
bind::params::bind_package: 'bind9'
bind::params::bind_service: 'bind9'
bind::params::nsupdate_package: 'dnsutils'
bind::namedconf: '/etc/bind/named.conf'
bind::confdir: '/etc/bind'
bind::cachedir: '/var/cache/bind'
bind::rndc: true

View File

@ -5,7 +5,7 @@ bind::params::bind_group: 'named'
bind::params::bind_package: 'bind'
bind::params::bind_service: 'named'
bind::params::nsupdate_package: 'bind-utils'
bind::namedonf: '/etc/named.conf'
bind::confdir: '/etc/named'
bind::cachedir: '/var/named'
bind::rndc: true