From 7860f846aaa3c00ddc384f23a926d2a9630146c6 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 17 Aug 2010 10:52:07 +0200 Subject: remove includes in defines that are called a lot, it looks like compile time goes up with such includes --- manifests/vhost/php/standard.pp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'manifests/vhost/php') diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp index 93ff289..9437046 100644 --- a/manifests/vhost/php/standard.pp +++ b/manifests/vhost/php/standard.pp @@ -90,12 +90,6 @@ define apache::vhost::php::standard( run_uid => $run_uid, } - case $run_mode { - 'itk': { include ::php::itk } - 'proxy-itk','static-itk': { include ::php::itk_plus } - default: { include ::php } - } - $php_safe_mode_exec_bin_dir = $path ? { 'absent' => $operatingsystem ? { openbsd => "/var/www/htdocs/${name}/bin", -- cgit v1.2.3