From 920b30eb9ec9fd974b5db63aaacbb731c55bba66 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 8 Aug 2010 00:45:26 -0300 Subject: Template location fix --- manifests/dovecot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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'], } } -- cgit v1.2.3