From: Silvio Rhatto Date: Wed, 25 Aug 2010 00:08:11 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ecc08c17d1d5b74a7d4294c7c576beb8fbca337b;p=puppet-mail.git Minor fix --- diff --git a/manifests/sympa.pp b/manifests/sympa.pp index 41b7e82..193cd1d 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -38,7 +38,7 @@ class mail::sympa { apache::module { "fcgid": ensure => present, - require => Package["fcgid"], + require => Package["libapache2-mod-fcgid"], } apache::module { "suexec":