diff options
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r-- | manifests/sympa.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp index a9c45d3..5dbe891 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -65,6 +65,14 @@ class mail::sympa inherits mail::regexps { notify => Service['apache', 'sympa'], } + file { "/etc/logrotate.d/sympa": + ensure => present, + owner => root, + group => root, + mode => 0644, + source => "puppet:///modules/mail/sympa/logrotate", + } + File["/etc/postfix/transport_regexp"] { content => template('mail/postfix/sympa/transport_regexp.erb'), } |