mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 09:40:22 +00:00
Merge pull request #113 from rbjorklin/readme-formatting
fix formatting for yaml blocks
This commit is contained in:
commit
a96669c191
2 changed files with 37 additions and 36 deletions
|
@ -150,7 +150,8 @@ provisioner:
|
|||
verifier:
|
||||
name: inspec
|
||||
sudo: true
|
||||
reporter: cli
|
||||
reporter:
|
||||
- cli
|
||||
inspec_tests:
|
||||
- path: test/integration/default
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ On the master server :
|
|||
|
||||
.. code:: yaml
|
||||
|
||||
bind:
|
||||
bind:
|
||||
lookup:
|
||||
key_directory: '/etc/bind/keys'
|
||||
config:
|
||||
|
@ -133,7 +133,7 @@ On the slave server :
|
|||
|
||||
.. code:: yaml
|
||||
|
||||
bind:
|
||||
bind:
|
||||
config:
|
||||
options:
|
||||
dnssec-enable: 'yes'
|
||||
|
|
Loading…
Add table
Reference in a new issue