From: Silvio Rhatto Date: Sun, 8 Aug 2010 03:45:26 +0000 (-0300) Subject: Template location fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=920b30eb9ec9fd974b5db63aaacbb731c55bba66;p=puppet-mail.git Template location fix --- diff --git a/manifests/dovecot.pp b/manifests/dovecot.pp index 2fda2fc..4eca941 100644 --- a/manifests/dovecot.pp +++ b/manifests/dovecot.pp @@ -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'], } }