diff options
-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], } } |