aboutsummaryrefslogtreecommitdiffstats
path: root/modules/epoll
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-05 01:09:41 +0000
committerMichael Scherer <misc@mageia.org>2010-11-05 01:09:41 +0000
commit544582c1132f82c8c82933bb46d9ab9d65b86957 (patch)
treedf9e0390b5792a574cc0bfc6da206bcd578248e0 /modules/epoll
parent1d079031a00c5e862e0a922d90248f606b9b25d8 (diff)
downloadpuppet-544582c1132f82c8c82933bb46d9ab9d65b86957.tar
puppet-544582c1132f82c8c82933bb46d9ab9d65b86957.tar.gz
puppet-544582c1132f82c8c82933bb46d9ab9d65b86957.tar.bz2
puppet-544582c1132f82c8c82933bb46d9ab9d65b86957.tar.xz
puppet-544582c1132f82c8c82933bb46d9ab9d65b86957.zip
- install the module that we use in practice
Diffstat (limited to 'modules/epoll')
-rw-r--r--modules/epoll/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/epoll/manifests/init.pp b/modules/epoll/manifests/init.pp
index 40acc331..cd1349fa 100644
--- a/modules/epoll/manifests/init.pp
+++ b/modules/epoll/manifests/init.pp
@@ -1,6 +1,6 @@
class epoll {
- include apache::mod_fcgid
+ include apache::mod_fastcgi
$vhost = "epoll.$domain"
package { 'Epoll':