summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/typo3.pp
diff options
context:
space:
mode:
authorAndreas Maag <am@cnlab.ch>2009-11-01 15:53:42 +0100
committerAndreas Maag <am@cnlab.ch>2009-11-01 15:53:42 +0100
commit881480ceb8ec5ae18a16f3427a4e0fe217c013f7 (patch)
tree9e6f3b272e145dda285ac41801e6421087c3826d /manifests/vhost/php/typo3.pp
parent584b8d1044db6e2ddd1b375335bc45bafadee9b1 (diff)
no apache::typo3 needed at the moment
Diffstat (limited to 'manifests/vhost/php/typo3.pp')
-rw-r--r--manifests/vhost/php/typo3.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/vhost/php/typo3.pp b/manifests/vhost/php/typo3.pp
index cbd455d..840aca8 100644
--- a/manifests/vhost/php/typo3.pp
+++ b/manifests/vhost/php/typo3.pp
@@ -36,8 +36,6 @@ define apache::vhost::php::typo3(
$config_webwriteable = false,
$manage_directories = true
){
- include ::apache::typo3
-
$documentroot = $path ? {
'absent' => $operatingsystem ? {
openbsd => "/var/www/htdocs/${name}/www",