From ce23d0334d87592703952f7fa57a20dcc6b03dc8 Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Tue, 5 Mar 2013 15:49:26 +0100 Subject: [PATCH] postfix.init.pp: Fixed syntax error. --- postfix/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/manifests/init.pp b/postfix/manifests/init.pp index d113c9b..c09112a 100644 --- a/postfix/manifests/init.pp +++ b/postfix/manifests/init.pp @@ -76,7 +76,7 @@ class postfix { source => $postfix_cert, mode => "0644", owner => "root", - group => "root" + group => "root", require => Package["postfix"], notify => Service["postfix"], }