From 1b5393f6c8e5c5707410701cceb3c6fb99fda613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 8 Jun 2023 13:07:03 +0200 Subject: work --- templates/zoneconf.epp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'templates/zoneconf.epp') diff --git a/templates/zoneconf.epp b/templates/zoneconf.epp index af0d6af..2d85b5c 100644 --- a/templates/zoneconf.epp +++ b/templates/zoneconf.epp @@ -7,14 +7,13 @@ zone "<%= $zone %>" { type <%= $type %>; file "zones/<%= $zone %>db"; - <%- if $type == 'master' or $type == 'slave' { %> + <%- if $type == 'master' or $type == 'slave' { -%> journal "journal/<%= $zone %>jnl"; - <%- } %> + <%- } -%> - - <%- if $update_policy { %> + <%- if $update_policy { -%> update-policy { <%= $update_policy %>; }; - <%- } %> + <%- } -%> }; -- cgit v1.2.3