summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/a.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/a.pp b/manifests/a.pp
index 810f931..6797ab3 100644
--- a/manifests/a.pp
+++ b/manifests/a.pp
@@ -34,8 +34,7 @@ define bind::a($ensure=present,
bind::ptr {$host:
ensure => $ensure,
zone => $subnet,
- owner => $number,
- host => $owner,
+ host => $name,
ttl => $ttl,
}
}