]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
Removing requirements from bind::mx
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Aug 2011 19:31:31 +0000 (16:31 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Aug 2011 19:31:31 +0000 (16:31 -0300)
manifests/definitions/bind-mx.pp

index f92ea1632ec462a9fbcc68745b1a8a65bb8d5e3f..10f34b8a0de475582dad3ae5e09aef5fab52a3dd 100644 (file)
@@ -29,7 +29,6 @@ define bind::mx($ensure=present,
     ensure  => $ensure,
     notify  => Service["bind9"],
     content => template("bind/mx-record.erb"),
-    require => [Bind::Zone[$zone], Bind::A[$host]],
   }
 }