summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorChristian Kaenzig <christian.kaenzig@camptocamp.com>2013-01-10 04:14:50 -0800
committerChristian Kaenzig <christian.kaenzig@camptocamp.com>2013-01-10 04:14:50 -0800
commit88a39666e5b0ddf668baf93c111b549628f79704 (patch)
treedf97fe71507fd9eeed3deb08b87f41a503e75bbe /manifests
parent3e09dd4dd989e4ae89f64ecbfc3cca9ee2e1e694 (diff)
parentfba4bdbbab794d46f4fe00f0aa4e60458d33f3f7 (diff)
downloadpuppet-bind-88a39666e5b0ddf668baf93c111b549628f79704.tar.gz
puppet-bind-88a39666e5b0ddf668baf93c111b549628f79704.tar.bz2
Merge pull request #13 from ckaenzig/fix-mx
bind::mx: remove problematic require
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],
}
}