summaryrefslogtreecommitdiff
path: root/manifests/dns_zones.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 16:05:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 16:41:37 +0100
commit82529fac4eba869c041201e102ef1789ec05a9cb (patch)
tree0cfa480a1bf02d65fa1af5eac02fe96fd01aac12 /manifests/dns_zones.pp
parentSet adrift.space domainmaster email. (diff)
downloadprofiles-82529fac4eba869c041201e102ef1789ec05a9cb.tar.gz
profiles-82529fac4eba869c041201e102ef1789ec05a9cb.tar.xz
Add NS property on dns_zone.
Diffstat (limited to '')
-rw-r--r--manifests/dns_zones.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/dns_zones.pp b/manifests/dns_zones.pp
index 1072ec7..16e45d6 100644
--- a/manifests/dns_zones.pp
+++ b/manifests/dns_zones.pp
@@ -53,5 +53,10 @@ class profiles::dns_zones (
# retry => '1d',
# expire => '1000h',
# negative_ttl => '300',
+ ns_ttl => '3w',
+ ns => [
+ 'ns1',
+ 'ns2',
+ ]
}
}