Change bind -> bind9 in docs, sample configs

`bind9` is the proper name for the backend

Change-Id: I84268f6c97f67eff4a29ee6743a0d8faa25e41e2
This commit is contained in:
Tim Simmons 2016-07-29 17:13:38 +01:00
parent 24a66692df
commit efa6d234a3
4 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@
port: 53
targets:
- type: bind
- type: bind9
description: BIND9 Server 1
masters:
- host: 192.0.2.1
@ -52,7 +52,7 @@
rndc_host: 192.0.2.2
rndc_port: 953
rndc_key_file: /etc/designate/rndc.key
- type: bind
- type: bind9
description: BIND9 Server 2
masters:
- host: 192.0.2.1

View File

@ -1,5 +1,5 @@
targets:
- type: bind
- type: bind9
description: BIND9 Server 1
# List out the designate-mdns servers from which BIND servers should

View File

@ -25,7 +25,7 @@
# List out the targets for this pool. For BIND, most often, there will be one
# entry for each BIND server.
targets:
- type: bind
- type: bind9
description: BIND9 Server 1
# List out the designate-mdns servers from which BIND servers should
@ -42,7 +42,7 @@
rndc_port: 953
rndc_key_file: /etc/designate/rndc.key
- type: bind
- type: bind9
description: BIND9 Server 2
# List out the designate-mdns servers from which BIND servers should

View File

@ -74,7 +74,7 @@
# List out the targets for this pool. For BIND, most often, there will be one
# entry for each BIND server.
targets:
- type: bind
- type: bind9
description: BIND9 Server 1
# List out the designate-mdns servers from which BIND servers should
@ -91,7 +91,7 @@
rndc_port: 953
rndc_key_file: /etc/designate/rndc.key
- type: bind
- type: bind9
description: BIND9 Server 2
# List out the designate-mdns servers from which BIND servers should