summaryrefslogtreecommitdiff
path: root/manifests/vhost/static.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/static.pp')
-rw-r--r--manifests/vhost/static.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/static.pp b/manifests/vhost/static.pp
index 21b062e..f919766 100644
--- a/manifests/vhost/static.pp
+++ b/manifests/vhost/static.pp
@@ -14,6 +14,7 @@
#
define apache::vhost::static(
$ensure = present,
+ $configuration = {},
$domain = 'absent',
$domainalias = 'absent',
$server_admin = 'absent',
@@ -58,6 +59,7 @@ define apache::vhost::static(
# create vhost configuration file
::apache::vhost{$name:
ensure => $ensure,
+ configuration => $configuration,
path => $path,
template_partial => $template_partial,
vhost_mode => $vhost_mode,