]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Do not use when calling bind::ptr in bind::a
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 29 Mar 2012 12:58:04 +0000 (14:58 +0200)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 29 Mar 2012 13:17:47 +0000 (15:17 +0200)
manifests/a.pp

index 810f9318181f279660fe52f162b1a1dd24371d5b..6797ab39e9fe6f6a8864d99ba887b78761f0360a 100644 (file)
@@ -34,8 +34,7 @@ define bind::a($ensure=present,
     bind::ptr {$host:
       ensure => $ensure,
       zone   => $subnet,
-      owner  => $number,
-      host   => $owner,
+      host   => $name,
       ttl    => $ttl,
     }
   }