summaryrefslogtreecommitdiff
path: root/manifests/dns_zones.pp
diff options
context:
space:
mode:
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',
+ ]
}
}