From 62854b4c6202632c8060a1cf4ed6052c9dca998d Mon Sep 17 00:00:00 2001 From: "A. Karl Kornel" <akkornel@stanford.edu> Date: Tue, 23 Aug 2016 10:51:06 -0700 Subject: [PATCH] postfix::recipient: Try cleaning up some of the dependencies --- manifests/postfix/recipient.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/postfix/recipient.pp b/manifests/postfix/recipient.pp index d52fb08..4d1ef79 100644 --- a/manifests/postfix/recipient.pp +++ b/manifests/postfix/recipient.pp @@ -41,7 +41,7 @@ define base::postfix::recipient( exec { "fix-recipient-${name}": command => "sed -i -e 's/^${name}..*\$/${line}/' ${file}", unless => "grep '^${line}\$' ${file}", - require => [ Exec["add-recipient-${name}"], Package['postfix'] ], + require => Exec["add-recipient-${name}"], notify => Exec["postmap hash:${file}"], } } -- GitLab