From f3ca2c660b1219ef92efc909914946c1d7dd0fdc Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Feb 2015 23:17:11 +0100 Subject: [PATCH] Move available_zones to bind key. --- pillar.example | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pillar.example b/pillar.example index 9d72ce2..82f4c84 100644 --- a/pillar.example +++ b/pillar.example @@ -30,7 +30,8 @@ bind: allow-update: "key core_dhcp" notify: True -available_zones: - sub.domain.org: - file: db.sub.domain.org - masters: "192.168.0.1;" +bind: + available_zones: + sub.domain.org: + file: db.sub.domain.org + masters: "192.168.0.1;"