summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 16:06:20 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 16:41:57 +0100
commita5e65f1c8b4e91466fe237639f097a619094af32 (patch)
treee2e7df9cf3915dc5b208422edea8b19046e18190
parentAdd NS property on dns_zone. (diff)
downloadprofiles-a5e65f1c8b4e91466fe237639f097a619094af32.tar.gz
profiles-a5e65f1c8b4e91466fe237639f097a619094af32.tar.xz
Use ns property.
-rw-r--r--manifests/dns_zones.pp7
1 files changed, 3 insertions, 4 deletions
diff --git a/manifests/dns_zones.pp b/manifests/dns_zones.pp
index 16e45d6..d0d6918 100644
--- a/manifests/dns_zones.pp
+++ b/manifests/dns_zones.pp
@@ -46,14 +46,13 @@ class profiles::dns_zones (
dns_zone { 'adrift.space':
# default_ttl => '300',
- primary => 'ns1.adrift.space.',
- email => 'hugo.hornquist.se.',
+ primary => 'ns1.adrift.space.',
+ email => 'hugo.hornquist.se.',
# serial => $facts['zones']['adrift.space']['serial'] + 1,
- soa_refresh => '2w',
+ soa_refresh => '2w',
# retry => '1d',
# expire => '1000h',
# negative_ttl => '300',
- ns_ttl => '3w',
ns => [
'ns1',
'ns2',