diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-06-05 16:39:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-06-05 16:39:44 -0300 |
commit | 6e221c40a98675896c89418225d2bd0628cb2ad5 (patch) | |
tree | 98c1313be337f7759a86d0ac6f34adda0f881d8f /manifests | |
parent | df5491491a086bd20519bf00381e30871c57eabb (diff) | |
download | puppet-mail-6e221c40a98675896c89418225d2bd0628cb2ad5.tar.gz puppet-mail-6e221c40a98675896c89418225d2bd0628cb2ad5.tar.bz2 |
Updating sympa config for squeeze
Diffstat (limited to 'manifests')
-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 5dbe891..e3d77f9 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.erb'), + content => template('mail/sympa/sympa.conf.${lsbdistcodename}.erb'), require => [ File['/etc/sympa'], User['sympa'] ], notify => Service['apache', 'sympa'], } |