From 6961426625a495b26066f90a786480a0b2233259 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 1 Dec 2008 23:10:32 +0000 Subject: fixed typo --- manifests/defines/vhost_varieties.pp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'manifests/defines/vhost_varieties.pp') 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, -- cgit v1.2.3