aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.inc.zones
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc.zones')
-rw-r--r--Makefile.inc.zones12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.inc.zones b/Makefile.inc.zones
index fdcbfcd..c9f3594 100644
--- a/Makefile.inc.zones
+++ b/Makefile.inc.zones
@@ -7,6 +7,18 @@ NSUPDATE_FLAGS?=-g
NSDIFF?= nsdiff
NSDIFFFLAGS?= -Sserial -s ${MASTER}
+# Template variables for primary zones.
+ZONE_PROCESS_FLAGS= \
+ -Dttl=${TTL} \
+ -Dnameservers="${NAMESERVERS}" \
+ -Dsoa_mname=${SOA_MNAME} \
+ -Dsoa_rname=${SOA_RNAME} \
+ -Dsoa_serial=${SOA_SERIAL} \
+ -Dsoa_refresh=${SOA_REFRESH} \
+ -Dsoa_retry=${SOA_RETRY} \
+ -Dsoa_expire=${SOA_EXPIRE} \
+ -Dsoa_minimum=${SOA_MINIMUM}
+
.SUFFIXES: .zone.erb .czone
update-zones: