diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 00:45:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 00:45:26 -0300 |
commit | 920b30eb9ec9fd974b5db63aaacbb731c55bba66 (patch) | |
tree | cb21279b3544c525bab604b6daabc6a6c89ca7e0 /manifests | |
parent | 83ed42fe2aaf4aa089e05ae9e9f527f5cdf74686 (diff) | |
download | puppet-mail-920b30eb9ec9fd974b5db63aaacbb731c55bba66.tar.gz puppet-mail-920b30eb9ec9fd974b5db63aaacbb731c55bba66.tar.bz2 |
Template location fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dovecot.pp | 2 |
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'], } } |