diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-16 17:14:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-16 17:14:54 -0200 |
commit | 10df092f30ea46e5df492ffcbc0732d745a16e8f (patch) | |
tree | fbfa9121d69af67934f33cfde36a0ee6af551d29 /manifests | |
parent | 44fffa98295e99b8b7e44e5f3738c19ea7a71f43 (diff) | |
download | puppet-mail-10df092f30ea46e5df492ffcbc0732d745a16e8f.tar.gz puppet-mail-10df092f30ea46e5df492ffcbc0732d745a16e8f.tar.bz2 |
Oops
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 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'], } |