diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-05 16:57:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-05 16:57:33 -0300 |
commit | f483fec5610761c5b13f61415f36ef0c3e8d9926 (patch) | |
tree | 1f6422178a8c9e599bbcee5285d3cdf6c050bafd | |
parent | 6e221c40a98675896c89418225d2bd0628cb2ad5 (diff) | |
download | puppet-mail-f483fec5610761c5b13f61415f36ef0c3e8d9926.tar.gz puppet-mail-f483fec5610761c5b13f61415f36ef0c3e8d9926.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/sympa.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp index e3d77f9..a6d30a0 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -60,7 +60,7 @@ class mail::sympa inherits mail::regexps { owner => sympa, group => sympa, mode => 0640, - content => template('mail/sympa/sympa.conf.${lsbdistcodename}.erb'), + content => template("mail/sympa/sympa.conf.${lsbdistcodename}.erb"), require => [ File['/etc/sympa'], User['sympa'] ], notify => Service['apache', 'sympa'], } |