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",
group => "root",
mode => "0644",
source => "puppet:///postfix/main.cf",
source => "puppet:///modules/postfix/main.cf",
replace => false,
seltype => $postfix_seltype,
notify => Service["postfix"],