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 20364fe..a3f3830 100644 --- a/manifests/dovecot.pp +++ b/manifests/dovecot.pp @@ -10,7 +10,7 @@ class mail::dovecot {      owner   => root,      group   => vmail,      mode    => 0644, -    content => template('mail/dovecot/dovecot.conf.erb'), +    content => template('mail/dovecot/dovecot.conf.${lsbdistcodename}.erb'),      notify  => Service['dovecot'],    } | 
