From: Silvio Rhatto Date: Tue, 14 Sep 2010 21:27:45 +0000 (-0300) Subject: Fixing deprecation issue X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=328c20af92a410bba35457c61a4882c489e0d9dd;p=puppet-postfix.git Fixing deprecation issue --- diff --git a/manifests/classes/postfix.pp b/manifests/classes/postfix.pp index a3bbef9..a9e1d3f 100644 --- a/manifests/classes/postfix.pp +++ b/manifests/classes/postfix.pp @@ -97,7 +97,7 @@ class postfix { owner => "root", group => "root", mode => "0644", - source => "puppet:///postfix/main.cf", + source => "puppet:///modules/postfix/main.cf", replace => false, seltype => $postfix_seltype, notify => Service["postfix"],