From fba4bdbbab794d46f4fe00f0aa4e60458d33f3f7 Mon Sep 17 00:00:00 2001 From: Christian Kaenzig Date: Thu, 10 Jan 2013 12:01:48 +0100 Subject: 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. --- manifests/mx.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests') 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], } } -- cgit v1.2.3