summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-17 21:07:17 +0000
committermh <mh@immerda.ch>2008-02-17 21:07:17 +0000
commita19102e79f0ae5ce192b91968c7fdbbb0d4641d8 (patch)
treeaca806cf8b58869d626f39b5ad072ed6b6ef05f8 /manifests/init.pp
parente664154a0dc1b4b3ac12d56908f57995dbae8265 (diff)
fixed define but not yet finished
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
}