summaryrefslogtreecommitdiff
path: root/manifests/sympa.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-24 21:08:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-24 21:08:11 -0300
commitecc08c17d1d5b74a7d4294c7c576beb8fbca337b (patch)
tree07307513f9fbf2510e828a36d9ebd8bb9084e2f7 /manifests/sympa.pp
parent569e2a1f7ffe1a74378af5ae5522859f5b2f867b (diff)
downloadpuppet-mail-ecc08c17d1d5b74a7d4294c7c576beb8fbca337b.tar.gz
puppet-mail-ecc08c17d1d5b74a7d4294c7c576beb8fbca337b.tar.bz2
Minor fix
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r--manifests/sympa.pp2
1 files changed, 1 insertions, 1 deletions
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":