summaryrefslogtreecommitdiff
path: root/manifests/dovecot.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-08 00:45:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-08 00:45:26 -0300
commit920b30eb9ec9fd974b5db63aaacbb731c55bba66 (patch)
treecb21279b3544c525bab604b6daabc6a6c89ca7e0 /manifests/dovecot.pp
parent83ed42fe2aaf4aa089e05ae9e9f527f5cdf74686 (diff)
downloadpuppet-mail-920b30eb9ec9fd974b5db63aaacbb731c55bba66.tar.gz
puppet-mail-920b30eb9ec9fd974b5db63aaacbb731c55bba66.tar.bz2
Template location fix
Diffstat (limited to 'manifests/dovecot.pp')
-rw-r--r--manifests/dovecot.pp2
1 files changed, 1 insertions, 1 deletions
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'],
}
}