summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-05 16:57:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-05 16:57:33 -0300
commitf483fec5610761c5b13f61415f36ef0c3e8d9926 (patch)
tree1f6422178a8c9e599bbcee5285d3cdf6c050bafd /manifests/sympa.pp
parent6e221c40a98675896c89418225d2bd0628cb2ad5 (diff)
downloadpuppet-mail-f483fec5610761c5b13f61415f36ef0c3e8d9926.tar.gz
puppet-mail-f483fec5610761c5b13f61415f36ef0c3e8d9926.tar.bz2
Minor fix
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r--manifests/sympa.pp2
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'],
}