From fa03e03fce3d604eeb90bdf11bf574f3b70845dc Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Thu, 29 Mar 2012 14:58:04 +0200 Subject: Do not use when calling bind::ptr in bind::a --- manifests/a.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') 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, } } -- cgit v1.2.3