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",
|
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"],
|
||||||
|
|
Loading…
Reference in a new issue