Fixing deprecation issue

This commit is contained in:
Silvio Rhatto 2010-09-14 18:27:45 -03:00
parent 9cfb03fef5
commit 328c20af92

View file

@ -97,7 +97,7 @@ class postfix {
owner => "root", owner => "root",
group => "root", group => "root",
mode => "0644", mode => "0644",
source => "puppet:///postfix/main.cf", source => "puppet:///modules/postfix/main.cf",
replace => false, replace => false,
seltype => $postfix_seltype, seltype => $postfix_seltype,
notify => Service["postfix"], notify => Service["postfix"],