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