aboutsummaryrefslogtreecommitdiffstats
path: root/modules/epoll
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-30 17:24:51 +0000
committerMichael Scherer <misc@mageia.org>2010-11-30 17:24:51 +0000
commit761a27116aec89d5163a700f5cb4940202dabdec (patch)
tree8efb3bfc3ee06429e95e307ace9c0da240f3e073 /modules/epoll
parentffc55a0179fda19964c9b6cf09d5a2bf032d2437 (diff)
downloadpuppet-761a27116aec89d5163a700f5cb4940202dabdec.tar
puppet-761a27116aec89d5163a700f5cb4940202dabdec.tar.gz
puppet-761a27116aec89d5163a700f5cb4940202dabdec.tar.bz2
puppet-761a27116aec89d5163a700f5cb4940202dabdec.tar.xz
puppet-761a27116aec89d5163a700f5cb4940202dabdec.zip
- use ssl for epoll ( for security reason )
Diffstat (limited to 'modules/epoll')
-rw-r--r--modules/epoll/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/epoll/manifests/init.pp b/modules/epoll/manifests/init.pp
index fa8f07dd..3fb51e3f 100644
--- a/modules/epoll/manifests/init.pp
+++ b/modules/epoll/manifests/init.pp
@@ -8,8 +8,11 @@ class epoll {
apache::vhost_catalyst_app { $vhost:
script => "/usr/bin/epoll_fastcgi.pl",
+ use_ssl => true,
require => Package['Epoll']
}
+
+ apache::vhost_redirect_ssl { $vhost: }
$password = extlookup("epoll_password",'x')