summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/webapp.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-08 20:25:32 +0200
committermh <mh@immerda.ch>2011-10-08 20:27:44 +0200
commitbaf631043b368ec802c700d939eee42358e831e8 (patch)
tree2b512f98a0f333c5214ec030184c404e3449ecc2 /manifests/vhost/php/webapp.pp
parent93384c3f85111bb5b52548b1edd787cf36184e27 (diff)
remove old template mode option
Diffstat (limited to 'manifests/vhost/php/webapp.pp')
-rw-r--r--manifests/vhost/php/webapp.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/vhost/php/webapp.pp b/manifests/vhost/php/webapp.pp
index 2dc0133..69951de 100644
--- a/manifests/vhost/php/webapp.pp
+++ b/manifests/vhost/php/webapp.pp
@@ -33,7 +33,6 @@ define apache::vhost::php::webapp(
$path = 'absent',
$manage_webdir = true,
$manage_docroot = true,
- $template_mode,
$owner = root,
$group = apache,
$documentroot_owner = apache,
@@ -55,7 +54,7 @@ define apache::vhost::php::webapp(
$mod_security_additional_options = 'absent',
$ssl_mode = false,
$vhost_mode = 'template',
- $template_partial = 'absent',
+ $template_partial,
$vhost_source = 'absent',
$vhost_destination = 'absent',
$htpasswd_file = 'absent',
@@ -105,7 +104,6 @@ define apache::vhost::php::webapp(
path => $path,
manage_webdir => $manage_webdir,
manage_docroot => $manage_docroot,
- template_mode => $template_mode,
owner => $owner,
group => $group,
documentroot_owner => $documentroot_owner,