postfix.init.pp: Fixed syntax error.

This commit is contained in:
Lari Huttunen 2013-03-05 15:49:26 +01:00
parent 145d04530b
commit ce23d0334d

View file

@ -76,7 +76,7 @@ class postfix {
source => $postfix_cert,
mode => "0644",
owner => "root",
group => "root"
group => "root",
require => Package["postfix"],
notify => Service["postfix"],
}