summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-05 17:26:49 +0000
committermh <mh@immerda.ch>2008-12-05 17:26:49 +0000
commit013f4cd592b5605729c6fa611b7a4be72ce88458 (patch)
treefad591fd591193997d931d7a13bd3022a1d036bc /manifests
parent5f0206aaeb5f8be87f6ee39448e7f36a3c7dd6ee (diff)
fixed typos
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/vhost_files.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/defines/vhost_files.pp b/manifests/defines/vhost_files.pp
index 421c9f5..a818b6c 100644
--- a/manifests/defines/vhost_files.pp
+++ b/manifests/defines/vhost_files.pp
@@ -31,10 +31,10 @@ define apache::vhost(
$run_uid = 'absent',
$run_gid = 'absent',
$template_mode = 'static',
- $ssl_mode = false
+ $ssl_mode = false,
$htpasswd_file = 'absent',
$htpasswd_path = 'absent',
- $mod_security = true,
+ $mod_security = true
) {
# file or template mode?
case $vhost_mode {