]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Fixing deprecation issue
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Sep 2010 21:27:45 +0000 (18:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Sep 2010 21:27:45 +0000 (18:27 -0300)
manifests/classes/postfix.pp

index a3bbef9780d4dcfab81dbca0f764d0757823106c..a9e1d3f0b60adcf64cd8cf912a78263611ad8e27 100644 (file)
@@ -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"],