require => Group['sympa'],
}
+ service { "sympa":
+ enable => true,
+ ensure => running,
+ hasstatus => false,
+ pattern => '/usr/lib/sympa/bin/sympa.pl',
+ }
+
file { "/etc/sympa":
ensure => directory,
owner => postfix,
mode => 0640,
content => template('mail/sympa/sympa.conf.erb'),
require => [ File['/etc/sympa'], User['sympa'] ],
- notify => Service['apache'],
+ notify => Service['apache', 'sympa'],
}
File["/etc/postfix/transport_regexp"] {