summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-02 00:17:56 +0000
committermh <mh@immerda.ch>2008-12-02 00:17:56 +0000
commit0df5065d6d19ceaec286a615ccef21d4ab56918b (patch)
treeaed34f68263d99c74abe8bd4a37ac67460f8f398 /manifests
parent58831880c2992c4ca93d0ee1ee514b392b810f6c (diff)
fix some path var
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/vhost_files.pp2
1 files changed, 1 insertions, 1 deletions
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
}