mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-17 02:00:23 +00:00
Update example pillar in README to better reflect basic configuration.
This commit is contained in:
parent
2cef37f747
commit
c9a480c992
1 changed files with 15 additions and 6 deletions
21
README.rst
21
README.rst
|
@ -31,12 +31,21 @@ Example Pillar
|
||||||
.. code:: yaml
|
.. code:: yaml
|
||||||
|
|
||||||
bind:
|
bind:
|
||||||
config:
|
configured_zones:
|
||||||
name: /etc/named.conf
|
sub.domain.com:
|
||||||
source: salt://bind/files/named.conf
|
type: master
|
||||||
user: root
|
notify: False
|
||||||
group: named
|
configured_views:
|
||||||
mode: 640
|
myview1:
|
||||||
|
match_clients:
|
||||||
|
- client1
|
||||||
|
- client2
|
||||||
|
configured_zones:
|
||||||
|
my.zone:
|
||||||
|
type: master
|
||||||
|
notify: False
|
||||||
|
|
||||||
|
See *bind/pillar.example*.
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
=====
|
=====
|
||||||
|
|
Loading…
Add table
Reference in a new issue