]> gitweb.fluxo.info Git - puppet-bind.git/commitdiff
bind::mx: remove problematic require
authorChristian Kaenzig <christian.kaenzig@camptocamp.com>
Thu, 10 Jan 2013 11:01:48 +0000 (12:01 +0100)
committerChristian Kaenzig <christian.kaenzig@camptocamp.com>
Thu, 10 Jan 2013 11:05:21 +0000 (12:05 +0100)
Dependencies within this module must largely be assured by the use
of concat. This require seems useless and can actually create
dependency loops.

manifests/mx.pp

index f8ee34deff2dbe4a77385708afe0d1765c8a4d88..0df5b6f7102250fd1d77a187918147ac209fe4b6 100644 (file)
@@ -28,7 +28,6 @@ define bind::mx (
     target  => "/etc/bind/pri/${zone}.conf",
     content => template('bind/mx-record.erb'),
     notify  => Service['bind9'],
-    require => Bind::Zone[$zone],
   }
 
 }