summaryrefslogtreecommitdiff
path: root/manifests/dns_zones.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-15 21:00:13 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 16:38:09 +0100
commit630db7543b2b8cabba91d4baaec9d181ff9b15d4 (patch)
treed130359c6eec76d5935bf8a2d8ff6590d393fdc6 /manifests/dns_zones.pp
parentCleanup of test data. (diff)
downloadprofiles-630db7543b2b8cabba91d4baaec9d181ff9b15d4.tar.gz
profiles-630db7543b2b8cabba91d4baaec9d181ff9b15d4.tar.xz
Add SOA fields for dns_zone.
soa_refresh handles zonefile soa[:refresh] Fix zonefile negativeTTL.
Diffstat (limited to 'manifests/dns_zones.pp')
-rw-r--r--manifests/dns_zones.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/dns_zones.pp b/manifests/dns_zones.pp
index 0430dad..af11729 100644
--- a/manifests/dns_zones.pp
+++ b/manifests/dns_zones.pp
@@ -49,7 +49,7 @@ class profiles::dns_zones (
primary => 'ns1.adrift.space.',
# email => 'domainmaster.adrift.space.',
# serial => $facts['zones']['adrift.space']['serial'] + 1,
- # refresh => '2w',
+ soa_refresh => '2w',
# retry => '1d',
# expire => '1000h',
# negative_ttl => '300',