summaryrefslogtreecommitdiff
path: root/manifests/dovecot.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-16 17:07:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-16 17:07:30 -0200
commit44fffa98295e99b8b7e44e5f3738c19ea7a71f43 (patch)
treecfb823ca319cc5a5e08a57c1d75472299cc41e93 /manifests/dovecot.pp
parenteb728701336fc123810fe999c3d8f57dd7d3fffd (diff)
downloadpuppet-mail-44fffa98295e99b8b7e44e5f3738c19ea7a71f43.tar.gz
puppet-mail-44fffa98295e99b8b7e44e5f3738c19ea7a71f43.tar.bz2
Adding squeeze dovecot config
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 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'],
}