notify sasl_auth hash rebuild immediately

This commit is contained in:
jtimberman 2009-12-03 17:41:48 -07:00
parent 522595a03e
commit d61e99c532

View File

@ -34,7 +34,7 @@ template "/etc/postfix/sasl_passwd" do
owner "root"
group "root"
mode 0400
notifies :run, resources(:execute => "postmap-sasl_passwd")
notifies :run, resources(:execute => "postmap-sasl_passwd"), :immediately
notifies :restart, resources(:service => "postfix")
end