summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/joomla.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/joomla.pp')
-rw-r--r--manifests/vhost/php/joomla.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/php/joomla.pp b/manifests/vhost/php/joomla.pp
index 38d41e7..eea39b5 100644
--- a/manifests/vhost/php/joomla.pp
+++ b/manifests/vhost/php/joomla.pp
@@ -26,6 +26,7 @@
# - semianonym: Don't log ips for CustomLog, log normal ErrorLog
define apache::vhost::php::joomla(
$ensure = present,
+ $configuration = {},
$domain = 'absent',
$domainalias = 'absent',
$server_admin = 'absent',
@@ -107,6 +108,7 @@ define apache::vhost::php::joomla(
::apache::vhost::php::webapp{
$name:
ensure => $ensure,
+ configuration => $configuration,
domain => $domain,
domainalias => $domainalias,
server_admin => $server_admin,