summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c778e14..caab18c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -138,7 +138,9 @@ define apache::config::file(
$real_destination = $destination ? {
'' => $operatingsystem ? {
- centos =>
+ centos => "/etc/httpd/vhosts.d/${name}.conf",
+ openbsd => "/var/www/conf/vhosts.d/${name}.conf",
+ default => "/etc/apache2/vhosts.d/${name}.conf",
},
default => $destination
}