From: Silvio Rhatto Date: Wed, 16 Feb 2011 19:14:54 +0000 (-0200) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=10df092f30ea46e5df492ffcbc0732d745a16e8f;p=puppet-mail.git Oops --- 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'], }