summaryrefslogtreecommitdiff
path: root/manifests/vhost.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-16 20:32:52 +0200
committermh <mh@immerda.ch>2010-08-16 20:32:52 +0200
commit1ef6370acd4fb380c9f63b6557fd8f56c36b4a7f (patch)
tree2187e895956c97283d518648d89c66d6d7a07c40 /manifests/vhost.pp
parent1bdb39c6dd8ccaf76d8a4aa2e9486069afd2d476 (diff)
fix wrong param naming
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,