Skip to content

Commit

Permalink
Merge pull request #113 from rbjorklin/readme-formatting
Browse files Browse the repository at this point in the history
fix formatting for yaml blocks
  • Loading branch information
javierbertoli authored Sep 26, 2018
2 parents ea2f1a2 + 652ec42 commit a96669c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
3 changes: 2 additions & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ provisioner:
verifier:
name: inspec
sudo: true
reporter: cli
reporter:
- cli
inspec_tests:
- path: test/integration/default

Expand Down
70 changes: 35 additions & 35 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,46 +107,46 @@ On the master server :

.. code:: yaml
bind:
lookup:
key_directory: '/etc/bind/keys'
config:
options:
dnssec-enable: 'yes'
dnssec-validation: 'yes'
configured_acls:
slave_server:
- 192.168.1.2
configured_zones:
domain.tld:
file: "db.domain.tld"
type: master
notify: True
allow-transfer:
- localnets
- localhost
- slave_server
allow-update: 'none'
auto-dnssec: 'maintain'
bind:
lookup:
key_directory: '/etc/bind/keys'
config:
options:
dnssec-enable: 'yes'
dnssec-validation: 'yes'
configured_acls:
slave_server:
- 192.168.1.2
configured_zones:
domain.tld:
file: "db.domain.tld"
type: master
notify: True
allow-transfer:
- localnets
- localhost
- slave_server
allow-update: 'none'
auto-dnssec: 'maintain'
On the slave server :

.. code:: yaml
bind:
config:
options:
dnssec-enable: 'yes'
dnssec-validation: 'yes'
configured_zones:
domain.tld:
file: "db.domain.tld.signed"
type: slave
masters:
- master_server
configured_masters:
master_server:
- 192.168.1.1
bind:
config:
options:
dnssec-enable: 'yes'
dnssec-validation: 'yes'
configured_zones:
domain.tld:
file: "db.domain.tld.signed"
type: slave
masters:
- master_server
configured_masters:
master_server:
- 192.168.1.1
Notes
=====
Expand Down

0 comments on commit a96669c

Please sign in to comment.