diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-04 15:53:24 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-04 15:53:24 +0000 |
commit | c2193862e93edce695a8804e72fcd4da23045a2d (patch) | |
tree | b1c43de97b34cadd68484eed79c2ec44febf2541 /modules/apache | |
parent | e04a868c873ffd4c9f0c5d6642a6276c4a84581a (diff) | |
download | puppet-c2193862e93edce695a8804e72fcd4da23045a2d.tar puppet-c2193862e93edce695a8804e72fcd4da23045a2d.tar.gz puppet-c2193862e93edce695a8804e72fcd4da23045a2d.tar.bz2 puppet-c2193862e93edce695a8804e72fcd4da23045a2d.tar.xz puppet-c2193862e93edce695a8804e72fcd4da23045a2d.zip |
- since catdap use fcgid ( in the example file given by buchan ), let's add this
Diffstat (limited to 'modules/apache')
-rw-r--r-- | modules/apache/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index 48bb1835..4df6ba0a 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -24,6 +24,13 @@ class apache { } } + class mod_fcgid inherits base { + package { "apache-mod_fcgid": + ensure => installed + } + } + + class mod_wsgi inherits base { package { "apache-mod_wsgi": ensure => installed |