summaryrefslogtreecommitdiff
path: root/manifests/dns_zones.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dns_zones.pp')
-rw-r--r--manifests/dns_zones.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/dns_zones.pp b/manifests/dns_zones.pp
index 9d34f3d..e66a996 100644
--- a/manifests/dns_zones.pp
+++ b/manifests/dns_zones.pp
@@ -21,13 +21,6 @@ class profiles::dns_zones (
$facts['networking']['ip6'],
$facts['networking']['netmask6'])
- dns::zone { $rev_zone:
- reverse => true,
- target_views => [
- $default_view,
- ],
- }
-
Dns_record <<| zone == 'adrift.space' |>>
Dns_record <<| zone == $rev_zone |>>