postfix.init.pp: Fixed syntax error.
This commit is contained in:
parent
145d04530b
commit
ce23d0334d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class postfix {
|
|||
source => $postfix_cert,
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
group => "root"
|
||||
group => "root",
|
||||
require => Package["postfix"],
|
||||
notify => Service["postfix"],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue