summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost.pp')
-rw-r--r--manifests/vhost.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost.pp b/manifests/vhost.pp
index cb89359..6d9ae33 100644
--- a/manifests/vhost.pp
+++ b/manifests/vhost.pp
@@ -82,7 +82,7 @@ define apache::vhost(
vhost_destination => $vhost_destination,
do_includes => $do_includes,
run_mode => $run_mode,
- mode_security => $mod_security,
+ mod_security => $mod_security,
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,
use_mod_macro => $use_mod_macro,