diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/mx.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mx.pp b/manifests/mx.pp index 4404a83..f8ee34d 100644 --- a/manifests/mx.pp +++ b/manifests/mx.pp @@ -28,7 +28,7 @@ define bind::mx ( target => "/etc/bind/pri/${zone}.conf", content => template('bind/mx-record.erb'), notify => Service['bind9'], - require => [Bind::Zone[$zone], Bind::A[$host]], + require => Bind::Zone[$zone], } } |