diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-30 17:24:51 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-30 17:24:51 +0000 |
commit | 761a27116aec89d5163a700f5cb4940202dabdec (patch) | |
tree | 8efb3bfc3ee06429e95e307ace9c0da240f3e073 /modules/epoll/manifests/init.pp | |
parent | ffc55a0179fda19964c9b6cf09d5a2bf032d2437 (diff) | |
download | puppet-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/manifests/init.pp')
-rw-r--r-- | modules/epoll/manifests/init.pp | 3 |
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') |