summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-14 18:27:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-14 18:27:45 -0300
commit328c20af92a410bba35457c61a4882c489e0d9dd (patch)
treef3aca9af0507cad52d10e001acd61a9b7132b6f5
parent9cfb03fef5af5d2a75334e527b088f9713a87b3f (diff)
Fixing deprecation issue
-rw-r--r--manifests/classes/postfix.pp2
1 files changed, 1 insertions, 1 deletions
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"],