From cec789a9dad2801def590410ca666e3e2aacf951 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 7 Nov 2008 17:45:38 +0000 Subject: fuck the sytem --- manifests/defines.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/defines.pp b/manifests/defines.pp index 44177b4..d1a28fe 100644 --- a/manifests/defines.pp +++ b/manifests/defines.pp @@ -31,7 +31,7 @@ define apache::vhost::static( $vhost_destination = 'absent' ){ $real_path = $path ? { - 'absent' => $operatingsytem ? { + 'absent' => $operatingsystem ? { openbsd => "/var/www/htdocs/${name}", default => "/var/www/${name}" }, @@ -83,7 +83,7 @@ define apache::vhost::php::standard( $vhost_destination = 'absent' ){ $real_path = $path ? { - 'absent' => $operatingsytem ? { + 'absent' => $operatingsystem ? { openbsd => "/var/www/htdocs/${name}", default => "/var/www/${name}" }, @@ -399,7 +399,7 @@ define apache::vhost::webhostdir( $apache_group = 0 ){ $real_path = $path ? { - 'absent' => $operatingsytem ? { + 'absent' => $operatingsystem ? { openbsd => "/var/www/htdocs/${name}", default => "/var/www/${name}" }, -- cgit v1.2.3