From 0df5065d6d19ceaec286a615ccef21d4ab56918b Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 2 Dec 2008 00:17:56 +0000 Subject: fix some path var --- manifests/defines/vhost_files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/defines/vhost_files.pp b/manifests/defines/vhost_files.pp index 207c4fa..099e4e1 100644 --- a/manifests/defines/vhost_files.pp +++ b/manifests/defines/vhost_files.pp @@ -185,7 +185,7 @@ define apache::vhost::template( $real_path = $path ? { 'absent' => $operatingsystem ? { openbsd => "/var/www/htdocs/$name", - default => "/var/www/$name" + default => "/var/www/vhosts/$name" }, default => $path } -- cgit v1.2.3