summaryrefslogtreecommitdiff
path: root/manifests/defines/vhost_varieties.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-01 23:10:32 +0000
committermh <mh@immerda.ch>2008-12-01 23:10:32 +0000
commit6961426625a495b26066f90a786480a0b2233259 (patch)
tree90f9ba9b4c3e95261a26fc133eab289eee09af67 /manifests/defines/vhost_varieties.pp
parent399d57096b6c9dc956e90df422d38fdb4648458f (diff)
fixed typo
Diffstat (limited to 'manifests/defines/vhost_varieties.pp')
-rw-r--r--manifests/defines/vhost_varieties.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index b991fce..3f3121c 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -165,10 +165,8 @@ define apache::vhost::perl(
){
# cgi_bin path
case $cgi_binpath {
- 'absent': {
- $real_cgi_binpath = "${path}/cgi-bin" }
- }
- default: { $real_cgi_binpath = $cgi_binpath
+ 'absent': { $real_cgi_binpath = "${path}/cgi-bin" }
+ default: { $real_cgi_binpath = $cgi_binpath }
}
file{$real_cgi_binpath:
ensure => directory,