summaryrefslogtreecommitdiff
path: root/manifests/dns_zones.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-15 21:01:54 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-16 16:38:22 +0100
commitf8434b413b439daeecf25ebb041595468220da8d (patch)
treed6f08a074729218221b978102c49491bd9624938 /manifests/dns_zones.pp
parentAdd SOA fields for dns_zone. (diff)
downloadprofiles-f8434b413b439daeecf25ebb041595468220da8d.tar.gz
profiles-f8434b413b439daeecf25ebb041595468220da8d.tar.xz
Set adrift.space domainmaster email.
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 af11729..1072ec7 100644
--- a/manifests/dns_zones.pp
+++ b/manifests/dns_zones.pp
@@ -47,7 +47,7 @@ class profiles::dns_zones (
dns_zone { 'adrift.space':
# default_ttl => '300',
primary => 'ns1.adrift.space.',
- # email => 'domainmaster.adrift.space.',
+ email => 'hugo.hornquist.se.',
# serial => $facts['zones']['adrift.space']['serial'] + 1,
soa_refresh => '2w',
# retry => '1d',