From ec632b7803f1731865fa6ea1ee35963ecf6bbe8f Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 21 Jun 2009 22:39:53 +0200 Subject: fixed typo --- manifests/vhost/static.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/vhost/static.pp b/manifests/vhost/static.pp index ecb869d..50bb3d8 100644 --- a/manifests/vhost/static.pp +++ b/manifests/vhost/static.pp @@ -23,7 +23,7 @@ define apache::vhost::static( $vhost_destination = 'absent', $htpasswd_file = 'absent', $htpasswd_path = 'absent', - $mod_security = false, + $mod_security = false ){ # create webdir ::apache::vhost::webdir{$name: -- cgit v1.2.3