summaryrefslogtreecommitdiff
path: root/manifests/vhost/file.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-17 10:52:07 +0200
committermh <mh@immerda.ch>2010-08-17 10:52:07 +0200
commit7860f846aaa3c00ddc384f23a926d2a9630146c6 (patch)
treeaf784d7261cc991ec563ba8829d1eea32faaf9f0 /manifests/vhost/file.pp
parent6729542e677e210dce5f74c287c825b499a5d055 (diff)
remove includes in defines that are called a lot, it looks like compile time goes up with such includes
Diffstat (limited to 'manifests/vhost/file.pp')
-rw-r--r--manifests/vhost/file.pp23
1 files changed, 0 insertions, 23 deletions
diff --git a/manifests/vhost/file.pp b/manifests/vhost/file.pp
index d9e006d..c4d5be6 100644
--- a/manifests/vhost/file.pp
+++ b/manifests/vhost/file.pp
@@ -82,33 +82,10 @@ define apache::vhost::file(
}
case $run_mode {
'itk': {
- include ::apache::itk
include ::apache::itk::lock
- if $ssl_mode {
- include ::apache::ssl::itk
- }
- if $mod_security {
- include mod_security::itk
- }
}
'proxy-itk','static-itk': {
- include ::apache::itk_plus
include ::apache::itk_plus::lock
- if $ssl_mode {
- include ::apache::ssl::itk_plus
- }
- if $mod_security {
- include ::mod_security::itk_plus
- }
- }
- default: {
- include ::apache
- if $ssl_mode {
- include ::apache::ssl
- }
- if $mod_security {
- include ::mod_security
- }
}
}