Skip to content
Snippets Groups Projects
Commit 1bd5b78a authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: fix white space

parent eb76b7e5
Branches
Tags
No related merge requests found
......@@ -46,12 +46,8 @@ Zone templates
==============
A zone template allows a single zone configuration to be shared among several zones.
The ``default`` template identifier is reserved for the default template::
.. NOTE::
Each template option can be explicitly overridden in zone-specific configuration.
template:
- id: default
storage: /var/lib/knot/master
......@@ -61,6 +57,7 @@ The ``default`` template identifier is reserved for the default template::
storage: /var/lib/knot/signed
dnssec-signing: on
semantic-checks: on
master: [master1, master2]
- id: slave
storage: /var/lib/knot/slave
......@@ -73,6 +70,7 @@ The ``default`` template identifier is reserved for the default template::
- domain: example.cz
template: signed
master: master3 # Override masters to just master3
- domain: example1.eu
template: slave
......@@ -82,6 +80,9 @@ The ``default`` template identifier is reserved for the default template::
template: slave
master: master2
.. NOTE::
Each template option can be explicitly overridden in zone-specific configuration.
Access control list (ACL)
=========================
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment