diff options
| author | Christian Kaenzig <christian.kaenzig@camptocamp.com> | 2013-01-10 12:01:48 +0100 | 
|---|---|---|
| committer | Christian Kaenzig <christian.kaenzig@camptocamp.com> | 2013-01-10 12:05:21 +0100 | 
| commit | fba4bdbbab794d46f4fe00f0aa4e60458d33f3f7 (patch) | |
| tree | ead3ab3a3e0ccec1ffccce194d1ff3d24e55fd8f | |
| parent | 2e314b6d1ec3538bfd53a39ef9ea51b39572b79f (diff) | |
| download | puppet-bind-fba4bdbbab794d46f4fe00f0aa4e60458d33f3f7.tar.gz puppet-bind-fba4bdbbab794d46f4fe00f0aa4e60458d33f3f7.tar.bz2  | |
bind::mx: remove problematic require
Dependencies within this module must largely be assured by the use
of concat. This require seems useless and can actually create
dependency loops.
| -rw-r--r-- | manifests/mx.pp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/mx.pp b/manifests/mx.pp index f8ee34d..0df5b6f 100644 --- a/manifests/mx.pp +++ b/manifests/mx.pp @@ -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],    }  }  | 
