From 1ef6370acd4fb380c9f63b6557fd8f56c36b4a7f Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 16 Aug 2010 20:32:52 +0200 Subject: fix wrong param naming --- manifests/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/vhost.pp') 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, -- cgit v1.2.3