From 55af354baacf59e3f436ce3131bcc0f84848a09d Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 14 Feb 2015 18:09:40 +0100 Subject: make it possible to set the php installation for joomlas --- manifests/vhost/php/webapp.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') 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, -- cgit v1.2.3