summaryrefslogtreecommitdiff
path: root/manifests/zone.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-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',