summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/webapp.pp
diff options
context:
space:
mode:
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,