]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Template location fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 03:45:26 +0000 (00:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 03:45:26 +0000 (00:45 -0300)
manifests/dovecot.pp

index 2fda2fcee55f8a3f76c72898b4dfbd6b54483c6f..4eca94149512d46ba22c0b44307e1c5885dfaf1f 100644 (file)
@@ -19,7 +19,7 @@ class mail::dovecot {
     owner   => root,
     group   => root,
     mode    => 0600,
-    content => template('dovecot/dovecot-sql.conf.erb'),
+    content => template('mail/dovecot/dovecot-sql.conf.erb'),
     notify  => Service['dovecot'],
   }
 }