summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/webapp.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/php/webapp.pp b/manifests/vhost/php/webapp.pp
index 225b45b..695120d 100644
--- a/manifests/vhost/php/webapp.pp
+++ b/manifests/vhost/php/webapp.pp
@@ -45,6 +45,7 @@ define apache::vhost::php::webapp(
$allow_override = 'None',
$php_settings = {},
$php_options = {},
+ $php_installation = 'system',
$do_includes = false,
$options = 'absent',
$additional_options = 'absent',
@@ -126,6 +127,7 @@ define apache::vhost::php::webapp(
allow_override => $allow_override,
php_settings => $php_settings,
php_options => $php_options,
+ php_installation => $php_installation,
do_includes => $do_includes,
options => $options,
additional_options => $additional_options,