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,
|
source => $postfix_cert,
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root"
|
group => "root",
|
||||||
require => Package["postfix"],
|
require => Package["postfix"],
|
||||||
notify => Service["postfix"],
|
notify => Service["postfix"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue