From c9a480c9920bce77d2d08cad11f387f8639624d8 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Mar 2015 22:10:01 +0100 Subject: [PATCH] Update example pillar in README to better reflect basic configuration. --- README.rst | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 3b37697..c88ae43 100644 --- a/README.rst +++ b/README.rst @@ -31,12 +31,21 @@ Example Pillar .. code:: yaml bind: - config: - name: /etc/named.conf - source: salt://bind/files/named.conf - user: root - group: named - mode: 640 + configured_zones: + sub.domain.com: + type: master + notify: False + configured_views: + myview1: + match_clients: + - client1 + - client2 + configured_zones: + my.zone: + type: master + notify: False + +See *bind/pillar.example*. Notes =====