summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorChristian Kaenzig <christian.kaenzig@camptocamp.com>2013-01-10 12:01:48 +0100
committerChristian Kaenzig <christian.kaenzig@camptocamp.com>2013-01-10 12:05:21 +0100
commitfba4bdbbab794d46f4fe00f0aa4e60458d33f3f7 (patch)
treeead3ab3a3e0ccec1ffccce194d1ff3d24e55fd8f /manifests
parent2e314b6d1ec3538bfd53a39ef9ea51b39572b79f (diff)
downloadpuppet-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.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/mx.pp1
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],
}
}