summaryrefslogtreecommitdiff
path: root/manifests/zone.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 21:42:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 21:42:35 +0200
commit90ed20d687a4524bc8225a8c33188681f5447e52 (patch)
treed899c4e601a477583fdc3e11ddb422d67d3f3fe1 /manifests/zone.pp
parent"Working" product. (diff)
downloaddns-90ed20d687a4524bc8225a8c33188681f5447e52.tar.gz
dns-90ed20d687a4524bc8225a8c33188681f5447e52.tar.xz
work.
Diffstat (limited to 'manifests/zone.pp')
-rw-r--r--manifests/zone.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/zone.pp b/manifests/zone.pp
index 33c2b0d..1fee3d5 100644
--- a/manifests/zone.pp
+++ b/manifests/zone.pp
@@ -33,8 +33,6 @@
# @param soa_ttl
# TTL of SOA record.
define dns::zone (
- Boolean $manage_soa = true,
-
String $rname = undef,
String $mname = $ns[0],
Dns::Ttl $refresh = '24h',