summaryrefslogtreecommitdiff
path: root/manifests/defines/vhost_varieties.pp
diff options
context:
space:
mode:
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,