From: Raphaƫl Pinson Date: Thu, 29 Mar 2012 12:58:04 +0000 (+0200) Subject: Do not use when calling bind::ptr in bind::a X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa03e03fce3d604eeb90bdf11bf574f3b70845dc;p=puppet-bind.git Do not use when calling bind::ptr in bind::a --- 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, } }