diff options
author | Christian Kaenzig <christian.kaenzig@camptocamp.com> | 2013-01-10 04:14:50 -0800 |
---|---|---|
committer | Christian Kaenzig <christian.kaenzig@camptocamp.com> | 2013-01-10 04:14:50 -0800 |
commit | 88a39666e5b0ddf668baf93c111b549628f79704 (patch) | |
tree | df97fe71507fd9eeed3deb08b87f41a503e75bbe /manifests | |
parent | 3e09dd4dd989e4ae89f64ecbfc3cca9ee2e1e694 (diff) | |
parent | fba4bdbbab794d46f4fe00f0aa4e60458d33f3f7 (diff) | |
download | puppet-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.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], } } |