]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Make sure wrk are unique resources, don't activate PTR by default
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Wed, 28 Mar 2012 13:19:18 +0000 (15:19 +0200)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 29 Mar 2012 13:17:47 +0000 (15:17 +0200)
manifests/a.pp

index 903315b6fb233ceb07d772472669927f21ca1b03..610c4739f97945370bff4e39268104c0632d2b73 100644 (file)
@@ -16,7 +16,7 @@ define bind::a($ensure=present,
     $owner=false,
     $host,
     $ttl=false,
-    $ptr=true) {
+    $ptr=false) {
 
   bind::record {$name:
     ensure => $ensure,