[COOK-1520] Added support for enabling procmail to postfix cookbook
This commit is contained in:
@@ -22,6 +22,13 @@ package "postfix" do
|
||||
action :install
|
||||
end
|
||||
|
||||
if node['postfix']['use_procmail'] then
|
||||
package "procmail" do
|
||||
action :install
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
service "postfix" do
|
||||
supports :status => true, :restart => true, :reload => true
|
||||
action :enable
|
||||
|
||||
Reference in New Issue
Block a user