From: Silvio Rhatto Date: Thu, 26 Aug 2010 20:55:04 +0000 (-0300) Subject: Minor change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=77ac0f1d65ba76911d684eeee9cf4bddd294b47e;p=puppet-mail.git Minor change --- diff --git a/manifests/sympa.pp b/manifests/sympa.pp index 1e76936..42b34f8 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -46,8 +46,8 @@ class mail::sympa inherits mail::regexps { } service { "sympa": - enable => true, ensure => running, + enable => true, hasstatus => false, pattern => '/usr/lib/sympa/bin/sympa.pl', }