summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 17:45:38 +0000
committermh <mh@immerda.ch>2008-11-07 17:45:38 +0000
commitcec789a9dad2801def590410ca666e3e2aacf951 (patch)
treee11ecd088ec8f6bf5acafebba3b1d157d6719cb5 /manifests
parent9486035e9d45a42626db68afd2bd574071790d9f (diff)
fuck the sytem
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines.pp6
1 files 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}"
},