diff options
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'], } } |