Fixing deprecation issue
This commit is contained in:
parent
9cfb03fef5
commit
328c20af92
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue