From f51d0e0184e76cffb8220858c6735c50de3e19b1 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 18 Nov 2009 16:55:34 +0100 Subject: link is not apache specific --- manifests/vhost/php/safe_mode_bin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/vhost/php') diff --git a/manifests/vhost/php/safe_mode_bin.pp b/manifests/vhost/php/safe_mode_bin.pp index b4f3de5..aad4a29 100644 --- a/manifests/vhost/php/safe_mode_bin.pp +++ b/manifests/vhost/php/safe_mode_bin.pp @@ -9,7 +9,7 @@ define apache::vhost::php::safe_mode_bin( ){ $substr=regsubst($name,'^.*\/','','G') $real_path = "$path/$substr" - apache::file::link{ "$real_path": + link{ "$real_path": target => regsubst($name,'^.*_','') } } -- cgit v1.2.3