diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/sympa.pp | 2 |
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": |