summaryrefslogtreecommitdiff
path: root/manifests/dovecot.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-16 17:14:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-16 17:14:54 -0200
commit10df092f30ea46e5df492ffcbc0732d745a16e8f (patch)
treefbfa9121d69af67934f33cfde36a0ee6af551d29 /manifests/dovecot.pp
parent44fffa98295e99b8b7e44e5f3738c19ea7a71f43 (diff)
downloadpuppet-mail-10df092f30ea46e5df492ffcbc0732d745a16e8f.tar.gz
puppet-mail-10df092f30ea46e5df492ffcbc0732d745a16e8f.tar.bz2
Oops
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 a3f3830..c054678 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.${lsbdistcodename}.erb'),
+ content => template("mail/dovecot/dovecot.conf.${lsbdistcodename}.erb"),
notify => Service['dovecot'],
}